#AFF128

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

Shades of Green Yellow #AFF128

Tints of Green Yellow #AFF128

Color information

#AFF128 (or 0xAFF128) is unknown color: approx Green Yellow. HEX triplet: AF, F1 and 28. RGB value is (175,241,40). Sum of RGB (Red+Green+Blue) = 175+241+40=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 241 (94.53% from 255 or 52.85% from 456); Blue value is 40 (16.02% from 255 or 8.77% from 456); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF128 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF128 is #500ED7. Grayscale: #C7C7C7. Windows color (decimal): -5246680 or 2683311. OLE color: 2683311.

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

Color convert

RGB17524140-
CMYK0.2700.830.05
HSL79.7º87.77%55.1%-
HSV(B)79.7º83.4%94.51%-
XYZ49.5272.1813.33-
YUV198.3538.63111.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.38%
GREEN value IS 241 (94.53% from 255) = 52.85%
BLUE value IS 40 (16.02% from 255) = 8.77%
R=38.38%
G=52.85%
B=8.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal175241400.2700.830.0579.787.7755.1
HexAFF1281B0535505837
Octal25736150330123512013067
Binary1010111111110001101000110110101001110110100001011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF128; }

 p { color: rgb(175,241,40); }

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

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

 a { background-color: rgb(175,241,40); }

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

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

 span { border-color: rgb(175,241,40); }

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