Html Css Color HEX #AAE440 Conifer

📋 copy color: '#AAE440'

red 170 ◦ green 228 ◦ blue 64

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

Shades of Conifer #AAE440

Tints of Conifer #AAE440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.85%

R = 36.8%
G = 49.35%
B = 13.85%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#AAE440 (or 0xAAE440) is known color: Conifer. HEX triplet: AA, E4 and 40. RGB value is (170,228,64). Sum of RGB (Red+Green+Blue) = 170+228+64=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 228 (89.45% from 255 or 49.35% from 462); Blue value is 64 (25.39% from 255 or 13.85% from 462); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE440 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE440 is #551BBF. Grayscale: #C0C0C0. Windows color (decimal): -5577664 or 4252842. OLE color: 4252842.

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

Color convert

RGB 170 228 64 -
CMYK 0.25 0 0.72 0.11
HSL 81.22º 0.75% 0.57% -
HSV(B) 81.22º 0.72% 0.89% -
XYZ 45.25 64.4 14.9 -
YUV 191.96 55.78 112.34 -
System Red Green Blue C M Y K H S L
Decimal 170 228 64 0.25 0 0.72 0.11 81.22 0.75 0.57
Hex AA E4 40 19 0 48 B 51 4B 39
Octal 252 344 100 31 0 110 13 121 113 71
Binary 10101010 11100100 1000000 11001 0 1001000 1011 1010001 1001011 111001

Color Harmonies of #AAE440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE440

Black with #AAE440

Text Example


Text Example

White with #AAE440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE440; }

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

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

background-color css

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

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

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

border-color css

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

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

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