#ADD64D

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

Shades of Conifer #ADD64D

Tints of Conifer #ADD64D

Color information

#ADD64D (or 0xADD64D) is unknown color: approx Conifer. HEX triplet: AD, D6 and 4D. RGB value is (173,214,77). Sum of RGB (Red+Green+Blue) = 173+214+77=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 214 (83.98% from 255 or 46.12% from 464); Blue value is 77 (30.47% from 255 or 16.59% from 464); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD64D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD64D is #5229B2. Grayscale: #BABABA. Windows color (decimal): -5384627 or 5101229. OLE color: 5101229.

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

Color convert

RGB17321477-
CMYK0.1900.640.16
HSL77.96º62.56%57.06%-
HSV(B)77.96º64.02%83.92%-
XYZ42.6257.5115.88-
YUV186.1266.42118.64-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.28%
GREEN value IS 214 (83.98% from 255) = 46.12%
BLUE value IS 77 (30.47% from 255) = 16.59%
R=37.28%
G=46.12%
B=16.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal173214770.1900.640.1677.9662.5657.06
HexADD64D13040104e3f39
Octal255326115230100201167771
Binary101011011101011010011011001101000000100001001110111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD64D; }

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

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

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

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

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

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

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

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