Html Css Color HEX #AAE855 Conifer

📋 copy color: '#AAE855'

red 170 ◦ green 232 ◦ blue 85

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

Shades of Conifer #AAE855

Tints of Conifer #AAE855

RGB

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

 GREEN value IS 232 (91.02% from 255) = 47.64%

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

R = 34.91%
G = 47.64%
B = 17.45%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#AAE855 (or 0xAAE855) is known color: Conifer. HEX triplet: AA, E8 and 55. RGB value is (170,232,85). Sum of RGB (Red+Green+Blue) = 170+232+85=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 232 (91.02% from 255 or 47.64% from 487); Blue value is 85 (33.59% from 255 or 17.45% from 487); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE855 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE855 is #5517AA. Grayscale: #C5C5C5. Windows color (decimal): -5576619 or 5630122. OLE color: 5630122.

HSL color Cylindrical-coordinate representation of color #AAE855: hue angle of 85.31º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AAE855 is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 232 85 -
CMYK 0.27 0 0.63 0.09
HSL 85.31º 0.76% 0.62% -
HSV(B) 85.31º 0.63% 0.91% -
XYZ 47.07 66.92 19.03 -
YUV 196.7 64.96 108.95 -
System Red Green Blue C M Y K H S L
Decimal 170 232 85 0.27 0 0.63 0.09 85.31 0.76 0.62
Hex AA E8 55 1B 0 3F 9 55 4C 3E
Octal 252 350 125 33 0 77 11 125 114 76
Binary 10101010 11101000 1010101 11011 0 111111 1001 1010101 1001100 111110

Color Harmonies of #AAE855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE855

Black with #AAE855

Text Example


Text Example

White with #AAE855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE855; }

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

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

background-color css

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

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

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

border-color css

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

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

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