Html Css Color HEX #AAF225 Green Yellow

📋 copy color: '#AAF225'

red 170 ◦ green 242 ◦ blue 37

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

Shades of Green Yellow #AAF225

Tints of Green Yellow #AAF225

RGB

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

 GREEN value IS 242 (94.92% from 255) = 53.9%

 BLUE value IS 37 (14.84% from 255) = 8.24%

R = 37.86%
G = 53.9%
B = 8.24%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#AAF225 (or 0xAAF225) is known color: Green Yellow. HEX triplet: AA, F2 and 25. RGB value is (170,242,37). Sum of RGB (Red+Green+Blue) = 170+242+37=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 242 (94.92% from 255 or 53.90% from 449); Blue value is 37 (14.84% from 255 or 8.24% from 449); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF225 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF225 is #550DDA. Grayscale: #C5C5C5. Windows color (decimal): -5574107 or 2486954. OLE color: 2486954.

HSL color Cylindrical-coordinate representation of color #AAF225: hue angle of 81.07º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AAF225 is Cyan = 0.30, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 242 37 -
CMYK 0.30 0 0.85 0.05
HSL 81.07º 0.89% 0.55% -
HSV(B) 81.07º 0.85% 0.95% -
XYZ 48.66 72.18 13.12 -
YUV 197.1 37.65 108.67 -
System Red Green Blue C M Y K H S L
Decimal 170 242 37 0.30 0 0.85 0.05 81.07 0.89 0.55
Hex AA F2 25 1E 0 55 5 51 59 37
Octal 252 362 45 36 0 125 5 121 131 67
Binary 10101010 11110010 100101 11110 0 1010101 101 1010001 1011001 110111

Color Harmonies of #AAF225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF225

Black with #AAF225

Text Example


Text Example

White with #AAF225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF225; }

 p { color: rgb(170,242,37); }

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

background-color css

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

 a { background-color: rgb(170,242,37); }

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

border-color css

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

 span { border-color: rgb(170,242,37); }

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