#AAF236

Color #AAF236 Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #AAF236

Tints of Green Yellow #AAF236

Color information

#AAF236 (or 0xAAF236) is unknown color: approx Green Yellow. HEX triplet: AA, F2 and 36. RGB value is (170,242,54). Sum of RGB (Red+Green+Blue) = 170+242+54=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 242 (94.92% from 255 or 51.93% from 466); Blue value is 54 (21.48% from 255 or 11.59% from 466); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF236 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF236 is #550DC9. Grayscale: #C7C7C7. Windows color (decimal): -5574090 or 3601066. OLE color: 3601066.

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

Color convert

RGB17024254-
CMYK0.3000.780.05
HSL82.98º87.85%58.04%-
HSV(B)82.98º77.69%94.9%-
XYZ4972.3214.87-
YUV199.0446.15107.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.48%
GREEN value IS 242 (94.92% from 255) = 51.93%
BLUE value IS 54 (21.48% from 255) = 11.59%
R=36.48%
G=51.93%
B=11.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal170242540.3000.780.0582.9887.8558.04
HexAAF2361E04E553583a
Octal25236266360116512313072
Binary1010101011110010110110111100100111010110100111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF236; }

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

 H1.HeaderClassName
 {
   color: #AAF236;
 }
 .AnyTagClassName
 {
   color: #AAF236;
 }
</style>
background-color css

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

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

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

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

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

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