Html Css Color HEX #ADDB66 Conifer

📋 copy color: '#ADDB66'

red 173 ◦ green 219 ◦ blue 102

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

Shades of Conifer #ADDB66

Tints of Conifer #ADDB66

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.33%

 BLUE value IS 102 (40.23% from 255) = 20.65%

R = 35.02%
G = 44.33%
B = 20.65%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#ADDB66 (or 0xADDB66) is known color: Conifer. HEX triplet: AD, DB and 66. RGB value is (173,219,102). Sum of RGB (Red+Green+Blue) = 173+219+102=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 102 (40.23% from 255 or 20.65% from 494); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDB66 is #522499. Grayscale: #C0C0C0. Windows color (decimal): -5383322 or 6740909. OLE color: 6740909.

HSL color Cylindrical-coordinate representation of color #ADDB66: hue angle of 83.59º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADDB66 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 219 102 -
CMYK 0.21 0 0.53 0.14
HSL 83.59º 0.62% 0.63% -
HSV(B) 83.59º 0.53% 0.86% -
XYZ 44.96 60.51 21.88 -
YUV 191.91 77.26 114.51 -
System Red Green Blue C M Y K H S L
Decimal 173 219 102 0.21 0 0.53 0.14 83.59 0.62 0.63
Hex AD DB 66 15 0 35 E 54 3E 3F
Octal 255 333 146 25 0 65 16 124 76 77
Binary 10101101 11011011 1100110 10101 0 110101 1110 1010100 111110 111111

Color Harmonies of #ADDB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDB66

Black with #ADDB66

Text Example


Text Example

White with #ADDB66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDB66; }

 p { color: rgb(173,219,102); }

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

background-color css

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

 a { background-color: rgb(173,219,102); }

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

border-color css

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

 span { border-color: rgb(173,219,102); }

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