Html Css Color HEX #AACC5A Conifer

📋 copy color: '#AACC5A'

red 170 ◦ green 204 ◦ blue 90

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

Shades of Conifer #AACC5A

Tints of Conifer #AACC5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.4%

R = 36.64%
G = 43.97%
B = 19.4%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#AACC5A (or 0xAACC5A) is known color: Conifer. HEX triplet: AA, CC and 5A. RGB value is (170,204,90). Sum of RGB (Red+Green+Blue) = 170+204+90=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 90 (35.55% from 255 or 19.40% from 464); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACC5A is #5533A5. Grayscale: #B5B5B5. Windows color (decimal): -5583782 or 5950634. OLE color: 5950634.

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

Color convert

RGB 170 204 90 -
CMYK 0.17 0 0.56 0.2
HSL 77.89º 0.53% 0.58% -
HSV(B) 77.89º 0.56% 0.8% -
XYZ 40.02 52.47 17.69 -
YUV 180.84 76.74 120.27 -
System Red Green Blue C M Y K H S L
Decimal 170 204 90 0.17 0 0.56 0.2 77.89 0.53 0.58
Hex AA CC 5A 11 0 38 14 4E 35 3A
Octal 252 314 132 21 0 70 24 116 65 72
Binary 10101010 11001100 1011010 10001 0 111000 10100 1001110 110101 111010

Color Harmonies of #AACC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACC5A

Black with #AACC5A

Text Example


Text Example

White with #AACC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACC5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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