#AFFE18

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

Shades of Green Yellow #AFFE18

Tints of Green Yellow #AFFE18

Color information

#AFFE18 (or 0xAFFE18) is unknown color: approx Green Yellow. HEX triplet: AF, FE and 18. RGB value is (175,254,24). Sum of RGB (Red+Green+Blue) = 175+254+24=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 254 (99.61% from 255 or 56.07% from 453); Blue value is 24 (9.77% from 255 or 5.30% from 453); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFE18 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFFE18 is #5001E7. Grayscale: #CCCCCC. Windows color (decimal): -5243368 or 1638063. OLE color: 1638063.

HSL color Cylindrical-coordinate representation of color #AFFE18: hue angle of 80.61º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AFFE18 is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.

Color convert

RGB17525424-
CMYK0.3100.910.00
HSL80.61º99.14%54.51%-
HSV(B)80.61º90.55%99.61%-
XYZ53.2980.0613.51-
YUV204.1626.33107.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.63%
GREEN value IS 254 (99.61% from 255) = 56.07%
BLUE value IS 24 (9.77% from 255) = 5.30%
R=38.63%
G=56.07%
B=5.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal175254240.3100.910.0080.6199.1454.51
HexAFFE181F05B0516337
Octal25737630370133012114367
Binary1010111111111110110001111101011011010100011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFE18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFE18; }

 p { color: rgb(175,254,24); }

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

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

 a { background-color: rgb(175,254,24); }

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

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

 span { border-color: rgb(175,254,24); }

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