#A2DF4A

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

Shades of Conifer #A2DF4A

Tints of Conifer #A2DF4A

Color information

#A2DF4A (or 0xA2DF4A) is unknown color: approx Conifer. HEX triplet: A2, DF and 4A. RGB value is (162,223,74). Sum of RGB (Red+Green+Blue) = 162+223+74=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 223 (87.5% from 255 or 48.58% from 459); Blue value is 74 (29.30% from 255 or 16.12% from 459); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DF4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2DF4A is #5D20B5. Grayscale: #BCBCBC. Windows color (decimal): -6103222 or 4906914. OLE color: 4906914.

HSL color Cylindrical-coordinate representation of color #A2DF4A: hue angle of 84.56º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A2DF4A is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB16222374-
CMYK0.2700.670.13
HSL84.56º69.95%58.24%-
HSV(B)84.56º66.82%87.45%-
XYZ42.5260.9516-
YUV187.7763.79109.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.29%
GREEN value IS 223 (87.5% from 255) = 48.58%
BLUE value IS 74 (29.30% from 255) = 16.12%
R=35.29%
G=48.58%
B=16.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal162223740.2700.670.1384.5669.9558.24
HexA2DF4A1B043D55463a
Octal2423371123301031512510672
Binary101000101101111110010101101101000011110110101011000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DF4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DF4A; }

 p { color: rgb(162,223,74); }

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

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

 a { background-color: rgb(162,223,74); }

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

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

 span { border-color: rgb(162,223,74); }

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