Html Css Color HEX #AAE144 Conifer

📋 copy color: '#AAE144'

red 170 ◦ green 225 ◦ blue 68

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

Shades of Conifer #AAE144

Tints of Conifer #AAE144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.69%

R = 36.72%
G = 48.6%
B = 14.69%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#AAE144 (or 0xAAE144) is known color: Conifer. HEX triplet: AA, E1 and 44. RGB value is (170,225,68). Sum of RGB (Red+Green+Blue) = 170+225+68=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 225 (88.28% from 255 or 48.60% from 463); Blue value is 68 (26.95% from 255 or 14.69% from 463); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE144 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE144 is #551EBB. Grayscale: #BFBFBF. Windows color (decimal): -5578428 or 4514218. OLE color: 4514218.

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

Color convert

RGB 170 225 68 -
CMYK 0.24 0 0.70 0.12
HSL 81.02º 0.72% 0.57% -
HSV(B) 81.02º 0.7% 0.88% -
XYZ 44.55 62.81 15.25 -
YUV 190.66 58.78 113.27 -
System Red Green Blue C M Y K H S L
Decimal 170 225 68 0.24 0 0.70 0.12 81.02 0.72 0.57
Hex AA E1 44 18 0 46 C 51 48 39
Octal 252 341 104 30 0 106 14 121 110 71
Binary 10101010 11100001 1000100 11000 0 1000110 1100 1010001 1001000 111001

Color Harmonies of #AAE144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE144

Black with #AAE144

Text Example


Text Example

White with #AAE144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE144; }

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

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

background-color css

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

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

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

border-color css

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

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

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