#aff42a

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

Shades of Green Yellow #AFF42A

Tints of Green Yellow #AFF42A

Color information

#AFF42A (or 0xAFF42A) is unknown color: approx Green Yellow. HEX triplet: AF, F4 and 2A. RGB value is (175,244,42). Sum of RGB (Red+Green+Blue) = 175+244+42=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 244 (95.70% from 255 or 52.93% from 461); Blue value is 42 (16.80% from 255 or 9.11% from 461); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF42A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF42A is #500BD5. Grayscale: #C9C9C9. Windows color (decimal): -5245910 or 2815151. OLE color: 2815151.

HSL color Cylindrical-coordinate representation of color #AFF42A: hue angle of 80.5º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AFF42A is Cyan = 0.28, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.

Color convert

RGB17524442-
CMYK0.2800.830.04
HSL80.5º90.18%56.08%-
HSV(B)80.5º82.79%95.69%-
XYZ50.4573.9813.81-
YUV200.3438.64109.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.96%
GREEN value IS 244 (95.70% from 255) = 52.93%
BLUE value IS 42 (16.80% from 255) = 9.11%
R=37.96%
G=52.93%
B=9.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal175244420.2800.830.0480.590.1856.08
HexAFF42A1C0534505a38
Octal25736452340123412013270
Binary1010111111110100101010111000101001110010100001011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aff42a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aff42a; }

 p { color: rgb(175,244,42); }

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

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

 a { background-color: rgb(175,244,42); }

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

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

 span { border-color: rgb(175,244,42); }

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