#a4de4f

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

Shades of Conifer #A4DE4F

Tints of Conifer #A4DE4F

Color information

#A4DE4F (or 0xA4DE4F) is unknown color: approx Conifer. HEX triplet: A4, DE and 4F. RGB value is (164,222,79). Sum of RGB (Red+Green+Blue) = 164+222+79=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 222 (87.11% from 255 or 47.74% from 465); Blue value is 79 (31.25% from 255 or 16.99% from 465); Max value from RGB is 222 - color contains mainly: green. Hex color #A4DE4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DE4F is #5B21B0. Grayscale: #BCBCBC. Windows color (decimal): -5972401 or 5234340. OLE color: 5234340.

HSL color Cylindrical-coordinate representation of color #A4DE4F: hue angle of 84.34º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A4DE4F is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB16422279-
CMYK0.2600.640.13
HSL84.34º68.42%59.02%-
HSV(B)84.34º64.41%87.06%-
XYZ42.8460.716.86-
YUV188.3666.28110.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.27%
GREEN value IS 222 (87.11% from 255) = 47.74%
BLUE value IS 79 (31.25% from 255) = 16.99%
R=35.27%
G=47.74%
B=16.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal164222790.2600.640.1384.3468.4259.02
HexA4DE4F1A040D54443b
Octal2443361173201001512410473
Binary101001001101111010011111101001000000110110101001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4de4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4de4f; }

 p { color: rgb(164,222,79); }

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

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

 a { background-color: rgb(164,222,79); }

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

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

 span { border-color: rgb(164,222,79); }

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