Html Css Color HEX #AADB66 Conifer

📋 copy color: '#AADB66'

red 170 ◦ green 219 ◦ blue 102

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

Shades of Conifer #AADB66

Tints of Conifer #AADB66

RGB

 RED value IS 170 (66.8% from 255) = 34.62%

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

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

R = 34.62%
G = 44.6%
B = 20.77%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#AADB66 (or 0xAADB66) is known color: Conifer. HEX triplet: AA, DB and 66. RGB value is (170,219,102). Sum of RGB (Red+Green+Blue) = 170+219+102=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 102 (40.23% from 255 or 20.77% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADB66 is #552499. Grayscale: #BFBFBF. Windows color (decimal): -5579930 or 6740906. OLE color: 6740906.

HSL color Cylindrical-coordinate representation of color #AADB66: hue angle of 85.13º 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 #AADB66 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 219 102 -
CMYK 0.22 0 0.53 0.14
HSL 85.13º 0.62% 0.63% -
HSV(B) 85.13º 0.53% 0.86% -
XYZ 44.31 60.17 21.85 -
YUV 191.01 77.77 113.01 -
System Red Green Blue C M Y K H S L
Decimal 170 219 102 0.22 0 0.53 0.14 85.13 0.62 0.63
Hex AA DB 66 16 0 35 E 55 3E 3F
Octal 252 333 146 26 0 65 16 125 76 77
Binary 10101010 11011011 1100110 10110 0 110101 1110 1010101 111110 111111

Color Harmonies of #AADB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADB66

Black with #AADB66

Text Example


Text Example

White with #AADB66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADB66; }

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

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

background-color css

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

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

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

border-color css

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

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

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