Html Css Color HEX #AACC66 Conifer

📋 copy color: '#AACC66'

red 170 ◦ green 204 ◦ blue 102

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

Shades of Conifer #AACC66

Tints of Conifer #AACC66

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.86%

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

R = 35.71%
G = 42.86%
B = 21.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.5

 K value IS 0.2

RGB Variations

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

Color information

#AACC66 (or 0xAACC66) is known color: Conifer. HEX triplet: AA, CC and 66. RGB value is (170,204,102). Sum of RGB (Red+Green+Blue) = 170+204+102=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 102 (40.23% from 255 or 21.43% from 476); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACC66 is #553399. Grayscale: #B6B6B6. Windows color (decimal): -5583770 or 6737066. OLE color: 6737066.

HSL color Cylindrical-coordinate representation of color #AACC66: hue angle of 80º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AACC66 is Cyan = 0.17, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 204 102 -
CMYK 0.17 0 0.5 0.2
HSL 80º 0.5% 0.6% -
HSV(B) 80º 0.5% 0.8% -
XYZ 40.57 52.69 20.6 -
YUV 182.21 82.74 119.29 -
System Red Green Blue C M Y K H S L
Decimal 170 204 102 0.17 0 0.5 0.2 80 0.5 0.6
Hex AA CC 66 11 0 32 14 50 32 3C
Octal 252 314 146 21 0 62 24 120 62 74
Binary 10101010 11001100 1100110 10001 0 110010 10100 1010000 110010 111100

Color Harmonies of #AACC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACC66

Black with #AACC66

Text Example


Text Example

White with #AACC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACC66; }

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

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

background-color css

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

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

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

border-color css

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

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

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