#A3D04E

Color #A3D04E Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #A3D04E

Tints of Conifer #A3D04E

Color information

#A3D04E (or 0xA3D04E) is unknown color: approx Conifer. HEX triplet: A3, D0 and 4E. RGB value is (163,208,78). Sum of RGB (Red+Green+Blue) = 163+208+78=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 208 (81.64% from 255 or 46.33% from 449); Blue value is 78 (30.86% from 255 or 17.37% from 449); Max value from RGB is 208 - color contains mainly: green. Hex color #A3D04E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D04E is #5C2FB1. Grayscale: #B4B4B4. Windows color (decimal): -6041522 or 5165219. OLE color: 5165219.

HSL color Cylindrical-coordinate representation of color #A3D04E: hue angle of 80.77º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A3D04E is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB16320878-
CMYK0.2200.620.18
HSL80.77º58.04%56.08%-
HSV(B)80.77º62.5%81.57%-
XYZ39.0453.4515.47-
YUV179.7270.59116.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 36.30%
GREEN value IS 208 (81.64% from 255) = 46.33%
BLUE value IS 78 (30.86% from 255) = 17.37%
R=36.30%
G=46.33%
B=17.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal163208780.2200.620.1880.7758.0456.08
HexA3D04E1603E12513a38
Octal24332011626076221217270
Binary10100011110100001001110101100111110100101010001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D04E; }

 p { color: rgb(163,208,78); }

 H1.HeaderClassName
 {
   color: #A3D04E;
 }
 .AnyTagClassName
 {
   color: #A3D04E;
 }
</style>
background-color css

<style>
 a { background-color: #A3D04E; }

 a { background-color: rgb(163,208,78); }

 div.DivClassName
 {
   background-color: #A3D04E;
 }
 .BgClassName
 {
   background-color: #A3D04E;
 }
</style>
border-color css

<style>
 span { border-color: #A3D04E; }

 span { border-color: rgb(163,208,78); }

 td.TdClassName
 {
   border-color: #A3D04E;
 }
 .TagClassName
 {
   border-color: #A3D04E;
 }
</style>