Html Css Color HEX #AACC56 Conifer

📋 copy color: '#AACC56'

red 170 ◦ green 204 ◦ blue 86

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

Shades of Conifer #AACC56

Tints of Conifer #AACC56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 18.7%

R = 36.96%
G = 44.35%
B = 18.7%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#AACC56 (or 0xAACC56) is known color: Conifer. HEX triplet: AA, CC and 56. RGB value is (170,204,86). Sum of RGB (Red+Green+Blue) = 170+204+86=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 86 (33.98% from 255 or 18.70% from 460); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACC56 is #5533A9. Grayscale: #B4B4B4. Windows color (decimal): -5583786 or 5688490. OLE color: 5688490.

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

Color convert

RGB 170 204 86 -
CMYK 0.17 0 0.58 0.2
HSL 77.29º 0.54% 0.57% -
HSV(B) 77.29º 0.58% 0.8% -
XYZ 39.85 52.4 16.82 -
YUV 180.38 74.74 120.59 -
System Red Green Blue C M Y K H S L
Decimal 170 204 86 0.17 0 0.58 0.2 77.29 0.54 0.57
Hex AA CC 56 11 0 3A 14 4D 36 39
Octal 252 314 126 21 0 72 24 115 66 71
Binary 10101010 11001100 1010110 10001 0 111010 10100 1001101 110110 111001

Color Harmonies of #AACC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACC56

Black with #AACC56

Text Example


Text Example

White with #AACC56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACC56; }

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

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

background-color css

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

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

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

border-color css

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

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

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