Html Css Color HEX #AAE152 Conifer

📋 copy color: '#AAE152'

red 170 ◦ green 225 ◦ blue 82

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

Shades of Conifer #AAE152

Tints of Conifer #AAE152

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.17%

 BLUE value IS 82 (32.42% from 255) = 17.19%

R = 35.64%
G = 47.17%
B = 17.19%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#AAE152 (or 0xAAE152) is known color: Conifer. HEX triplet: AA, E1 and 52. RGB value is (170,225,82). Sum of RGB (Red+Green+Blue) = 170+225+82=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 225 (88.28% from 255 or 47.17% from 477); Blue value is 82 (32.42% from 255 or 17.19% from 477); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE152 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE152 is #551EAD. Grayscale: #C0C0C0. Windows color (decimal): -5578414 or 5431722. OLE color: 5431722.

HSL color Cylindrical-coordinate representation of color #AAE152: hue angle of 83.08º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAE152 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 225 82 -
CMYK 0.24 0 0.64 0.12
HSL 83.08º 0.7% 0.6% -
HSV(B) 83.08º 0.64% 0.88% -
XYZ 45.03 63.01 17.77 -
YUV 192.25 65.78 112.13 -
System Red Green Blue C M Y K H S L
Decimal 170 225 82 0.24 0 0.64 0.12 83.08 0.7 0.6
Hex AA E1 52 18 0 40 C 53 46 3C
Octal 252 341 122 30 0 100 14 123 106 74
Binary 10101010 11100001 1010010 11000 0 1000000 1100 1010011 1000110 111100

Color Harmonies of #AAE152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE152

Black with #AAE152

Text Example


Text Example

White with #AAE152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE152; }

 p { color: rgb(170,225,82); }

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

background-color css

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

 a { background-color: rgb(170,225,82); }

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

border-color css

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

 span { border-color: rgb(170,225,82); }

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