#AAF342

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

Shades of Green Yellow #AAF342

Tints of Green Yellow #AAF342

Color information

#AAF342 (or 0xAAF342) is unknown color: approx Green Yellow. HEX triplet: AA, F3 and 42. RGB value is (170,243,66). Sum of RGB (Red+Green+Blue) = 170+243+66=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 243 (95.31% from 255 or 50.73% from 479); Blue value is 66 (26.17% from 255 or 13.78% from 479); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF342 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF342 is #550CBD. Grayscale: #C9C9C9. Windows color (decimal): -5573822 or 4387754. OLE color: 4387754.

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

Color convert

RGB17024366-
CMYK0.3000.730.05
HSL84.75º88.06%60.59%-
HSV(B)84.75º72.84%95.29%-
XYZ49.6173.0416.64-
YUV20151.82105.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.49%
GREEN value IS 243 (95.31% from 255) = 50.73%
BLUE value IS 66 (26.17% from 255) = 13.78%
R=35.49%
G=50.73%
B=13.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal170243660.3000.730.0584.7588.0660.59
HexAAF3421E049555583d
Octal252363102360111512513075
Binary10101010111100111000010111100100100110110101011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF342; }

 p { color: rgb(170,243,66); }

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

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

 a { background-color: rgb(170,243,66); }

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

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

 span { border-color: rgb(170,243,66); }

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