#AFFA2C

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

Shades of Green Yellow #AFFA2C

Tints of Green Yellow #AFFA2C

Color information

#AFFA2C (or 0xAFFA2C) is unknown color: approx Green Yellow. HEX triplet: AF, FA and 2C. RGB value is (175,250,44). Sum of RGB (Red+Green+Blue) = 175+250+44=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 250 (98.05% from 255 or 53.30% from 469); Blue value is 44 (17.58% from 255 or 9.38% from 469); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFA2C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFA2C is #5005D3. Grayscale: #CCCCCC. Windows color (decimal): -5244372 or 2947759. OLE color: 2947759.

HSL color Cylindrical-coordinate representation of color #AFFA2C: hue angle of 81.84º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AFFA2C is Cyan = 0.3, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB17525044-
CMYK0.300.820.02
HSL81.84º95.37%57.65%-
HSV(B)81.84º82.4%98.04%-
XYZ52.3277.6714.62-
YUV204.0937.65107.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.31%
GREEN value IS 250 (98.05% from 255) = 53.30%
BLUE value IS 44 (17.58% from 255) = 9.38%
R=37.31%
G=53.30%
B=9.38%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal175250440.300.820.0281.8495.3757.65
HexAFFA2C1E0522525f3a
Octal25737254360122212213772
Binary101011111111101010110011110010100101010100101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFA2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFA2C; }

 p { color: rgb(175,250,44); }

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

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

 a { background-color: rgb(175,250,44); }

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

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

 span { border-color: rgb(175,250,44); }

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