Html Css Color HEX #AAF232 Green Yellow

📋 copy color: '#AAF232'

red 170 ◦ green 242 ◦ blue 50

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

Shades of Green Yellow #AAF232

Tints of Green Yellow #AAF232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.82%

R = 36.8%
G = 52.38%
B = 10.82%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#AAF232 (or 0xAAF232) is known color: Green Yellow. HEX triplet: AA, F2 and 32. RGB value is (170,242,50). Sum of RGB (Red+Green+Blue) = 170+242+50=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 242 (94.92% from 255 or 52.38% from 462); Blue value is 50 (19.92% from 255 or 10.82% from 462); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF232 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF232 is #550DCD. Grayscale: #C7C7C7. Windows color (decimal): -5574094 or 3338922. OLE color: 3338922.

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

Color convert

RGB 170 242 50 -
CMYK 0.30 0 0.79 0.05
HSL 82.5º 0.88% 0.57% -
HSV(B) 82.5º 0.79% 0.95% -
XYZ 48.91 72.28 14.39 -
YUV 198.58 44.15 107.61 -
System Red Green Blue C M Y K H S L
Decimal 170 242 50 0.30 0 0.79 0.05 82.5 0.88 0.57
Hex AA F2 32 1E 0 4F 5 52 58 39
Octal 252 362 62 36 0 117 5 122 130 71
Binary 10101010 11110010 110010 11110 0 1001111 101 1010010 1011000 111001

Color Harmonies of #AAF232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF232

Black with #AAF232

Text Example


Text Example

White with #AAF232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF232; }

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

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

background-color css

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

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

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

border-color css

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

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

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