#ADD64F

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

Shades of Conifer #ADD64F

Tints of Conifer #ADD64F

Color information

#ADD64F (or 0xADD64F) is unknown color: approx Conifer. HEX triplet: AD, D6 and 4F. RGB value is (173,214,79). Sum of RGB (Red+Green+Blue) = 173+214+79=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 79 (31.25% from 255 or 16.95% from 466); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD64F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD64F is #5229B0. Grayscale: #BABABA. Windows color (decimal): -5384625 or 5232301. OLE color: 5232301.

HSL color Cylindrical-coordinate representation of color #ADD64F: hue angle of 78.22º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ADD64F is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB17321479-
CMYK0.1900.630.16
HSL78.22º62.21%57.45%-
HSV(B)78.22º63.08%83.92%-
XYZ42.6957.5416.25-
YUV186.3567.42118.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.12%
GREEN value IS 214 (83.98% from 255) = 45.92%
BLUE value IS 79 (31.25% from 255) = 16.95%
R=37.12%
G=45.92%
B=16.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal173214790.1900.630.1678.2262.2157.45
HexADD64F1303F104e3e39
Octal25532611723077201167671
Binary10101101110101101001111100110111111100001001110111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD64F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD64F; }

 p { color: rgb(173,214,79); }

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

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

 a { background-color: rgb(173,214,79); }

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

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

 span { border-color: rgb(173,214,79); }

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