Html Css Color HEX #AAE452 Conifer

📋 copy color: '#AAE452'

red 170 ◦ green 228 ◦ blue 82

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

Shades of Conifer #AAE452

Tints of Conifer #AAE452

RGB

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

 GREEN value IS 228 (89.45% from 255) = 47.5%

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

R = 35.42%
G = 47.5%
B = 17.08%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#AAE452 (or 0xAAE452) is known color: Conifer. HEX triplet: AA, E4 and 52. RGB value is (170,228,82). Sum of RGB (Red+Green+Blue) = 170+228+82=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 228 (89.45% from 255 or 47.5% from 480); Blue value is 82 (32.42% from 255 or 17.08% from 480); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE452 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE452 is #551BAD. Grayscale: #C2C2C2. Windows color (decimal): -5577646 or 5432490. OLE color: 5432490.

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

Color convert

RGB 170 228 82 -
CMYK 0.25 0 0.64 0.11
HSL 83.84º 0.73% 0.61% -
HSV(B) 83.84º 0.64% 0.89% -
XYZ 45.84 64.64 18.04 -
YUV 194.01 64.78 110.87 -
System Red Green Blue C M Y K H S L
Decimal 170 228 82 0.25 0 0.64 0.11 83.84 0.73 0.61
Hex AA E4 52 19 0 40 B 54 49 3D
Octal 252 344 122 31 0 100 13 124 111 75
Binary 10101010 11100100 1010010 11001 0 1000000 1011 1010100 1001001 111101

Color Harmonies of #AAE452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE452

Black with #AAE452

Text Example


Text Example

White with #AAE452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE452; }

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

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

background-color css

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

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

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

border-color css

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

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

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