Html Css Color HEX #AAE355 Conifer

📋 copy color: '#AAE355'

red 170 ◦ green 227 ◦ blue 85

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

Shades of Conifer #AAE355

Tints of Conifer #AAE355

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.1%

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

R = 35.27%
G = 47.1%
B = 17.63%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#AAE355 (or 0xAAE355) is known color: Conifer. HEX triplet: AA, E3 and 55. RGB value is (170,227,85). Sum of RGB (Red+Green+Blue) = 170+227+85=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 227 (89.06% from 255 or 47.10% from 482); Blue value is 85 (33.59% from 255 or 17.63% from 482); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE355 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE355 is #551CAA. Grayscale: #C2C2C2. Windows color (decimal): -5577899 or 5628842. OLE color: 5628842.

HSL color Cylindrical-coordinate representation of color #AAE355: hue angle of 84.08º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AAE355 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 227 85 -
CMYK 0.25 0 0.63 0.11
HSL 84.08º 0.72% 0.61% -
HSV(B) 84.08º 0.63% 0.89% -
XYZ 45.69 64.14 18.57 -
YUV 193.77 66.62 111.05 -
System Red Green Blue C M Y K H S L
Decimal 170 227 85 0.25 0 0.63 0.11 84.08 0.72 0.61
Hex AA E3 55 19 0 3F B 54 48 3D
Octal 252 343 125 31 0 77 13 124 110 75
Binary 10101010 11100011 1010101 11001 0 111111 1011 1010100 1001000 111101

Color Harmonies of #AAE355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE355

Black with #AAE355

Text Example


Text Example

White with #AAE355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE355; }

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

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

background-color css

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

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

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

border-color css

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

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

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