Html Css Color HEX #AAF227 Green Yellow

📋 copy color: '#AAF227'

red 170 ◦ green 242 ◦ blue 39

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

Shades of Green Yellow #AAF227

Tints of Green Yellow #AAF227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.65%

R = 37.69%
G = 53.66%
B = 8.65%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#AAF227 (or 0xAAF227) is known color: Green Yellow. HEX triplet: AA, F2 and 27. RGB value is (170,242,39). Sum of RGB (Red+Green+Blue) = 170+242+39=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 242 (94.92% from 255 or 53.66% from 451); Blue value is 39 (15.62% from 255 or 8.65% from 451); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF227 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF227 is #550DD8. Grayscale: #C6C6C6. Windows color (decimal): -5574105 or 2618026. OLE color: 2618026.

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

Color convert

RGB 170 242 39 -
CMYK 0.30 0 0.84 0.05
HSL 81.28º 0.89% 0.55% -
HSV(B) 81.28º 0.84% 0.95% -
XYZ 48.7 72.2 13.29 -
YUV 197.33 38.65 108.51 -
System Red Green Blue C M Y K H S L
Decimal 170 242 39 0.30 0 0.84 0.05 81.28 0.89 0.55
Hex AA F2 27 1E 0 54 5 51 59 37
Octal 252 362 47 36 0 124 5 121 131 67
Binary 10101010 11110010 100111 11110 0 1010100 101 1010001 1011001 110111

Color Harmonies of #AAF227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF227

Black with #AAF227

Text Example


Text Example

White with #AAF227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF227; }

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

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

background-color css

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

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

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

border-color css

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

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

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