Html Css Color HEX #AAE148 Conifer

📋 copy color: '#AAE148'

red 170 ◦ green 225 ◦ blue 72

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

Shades of Conifer #AAE148

Tints of Conifer #AAE148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.42%

R = 36.4%
G = 48.18%
B = 15.42%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#AAE148 (or 0xAAE148) is known color: Conifer. HEX triplet: AA, E1 and 48. RGB value is (170,225,72). Sum of RGB (Red+Green+Blue) = 170+225+72=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 225 (88.28% from 255 or 48.18% from 467); Blue value is 72 (28.52% from 255 or 15.42% from 467); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE148 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE148 is #551EB7. Grayscale: #BFBFBF. Windows color (decimal): -5578424 or 4776362. OLE color: 4776362.

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

Color convert

RGB 170 225 72 -
CMYK 0.24 0 0.68 0.12
HSL 81.57º 0.72% 0.58% -
HSV(B) 81.57º 0.68% 0.88% -
XYZ 44.67 62.86 15.91 -
YUV 191.11 60.78 112.94 -
System Red Green Blue C M Y K H S L
Decimal 170 225 72 0.24 0 0.68 0.12 81.57 0.72 0.58
Hex AA E1 48 18 0 44 C 52 48 3A
Octal 252 341 110 30 0 104 14 122 110 72
Binary 10101010 11100001 1001000 11000 0 1000100 1100 1010010 1001000 111010

Color Harmonies of #AAE148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE148

Black with #AAE148

Text Example


Text Example

White with #AAE148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE148; }

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

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

background-color css

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

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

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

border-color css

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

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

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