Html Css Color HEX #ADD66B Conifer

📋 copy color: '#ADD66B'

red 173 ◦ green 214 ◦ blue 107

#ADD66B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #ADD66B

Tints of Conifer #ADD66B

RGB

 RED value IS 173 (67.97% from 255) = 35.02%

 GREEN value IS 214 (83.98% from 255) = 43.32%

 BLUE value IS 107 (42.19% from 255) = 21.66%

R = 35.02%
G = 43.32%
B = 21.66%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#ADD66B (or 0xADD66B) is known color: Conifer. HEX triplet: AD, D6 and 6B. RGB value is (173,214,107). Sum of RGB (Red+Green+Blue) = 173+214+107=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 214 (83.98% from 255 or 43.32% from 494); Blue value is 107 (42.19% from 255 or 21.66% from 494); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD66B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD66B is #522994. Grayscale: #BDBDBD. Windows color (decimal): -5384597 or 7067309. OLE color: 7067309.

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

Color convert

RGB 173 214 107 -
CMYK 0.19 0 0.50 0.16
HSL 82.99º 0.57% 0.63% -
HSV(B) 82.99º 0.5% 0.84% -
XYZ 43.93 58.04 22.8 -
YUV 189.54 81.42 116.2 -
System Red Green Blue C M Y K H S L
Decimal 173 214 107 0.19 0 0.50 0.16 82.99 0.57 0.63
Hex AD D6 6B 13 0 32 10 53 39 3F
Octal 255 326 153 23 0 62 20 123 71 77
Binary 10101101 11010110 1101011 10011 0 110010 10000 1010011 111001 111111

Color Harmonies of #ADD66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD66B

Black with #ADD66B

Text Example


Text Example

White with #ADD66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD66B; }

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

 H1.HeaderClassName
 {
   color: #ADD66B;
 }
 .AnyTagClassName
 {
   color: #ADD66B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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