Html Css Color HEX #AACE55 Conifer

📋 copy color: '#AACE55'

red 170 ◦ green 206 ◦ blue 85

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

Shades of Conifer #AACE55

Tints of Conifer #AACE55

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.69%

 BLUE value IS 85 (33.59% from 255) = 18.44%

R = 36.88%
G = 44.69%
B = 18.44%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#AACE55 (or 0xAACE55) is known color: Conifer. HEX triplet: AA, CE and 55. RGB value is (170,206,85). Sum of RGB (Red+Green+Blue) = 170+206+85=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 85 (33.59% from 255 or 18.44% from 461); Max value from RGB is 206 - color contains mainly: green. Hex color #AACE55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACE55 is #5531AA. Grayscale: #B5B5B5. Windows color (decimal): -5583275 or 5623466. OLE color: 5623466.

HSL color Cylindrical-coordinate representation of color #AACE55: hue angle of 77.85º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AACE55 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 206 85 -
CMYK 0.17 0 0.59 0.19
HSL 77.85º 0.55% 0.57% -
HSV(B) 77.85º 0.59% 0.81% -
XYZ 40.29 53.34 16.77 -
YUV 181.44 73.57 119.84 -
System Red Green Blue C M Y K H S L
Decimal 170 206 85 0.17 0 0.59 0.19 77.85 0.55 0.57
Hex AA CE 55 11 0 3B 13 4E 37 39
Octal 252 316 125 21 0 73 23 116 67 71
Binary 10101010 11001110 1010101 10001 0 111011 10011 1001110 110111 111001

Color Harmonies of #AACE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACE55

Black with #AACE55

Text Example


Text Example

White with #AACE55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACE55; }

 p { color: rgb(170,206,85); }

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

background-color css

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

 a { background-color: rgb(170,206,85); }

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

border-color css

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

 span { border-color: rgb(170,206,85); }

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