#AFFF1E

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

Shades of Green Yellow #AFFF1E

Tints of Green Yellow #AFFF1E

Color information

#AFFF1E (or 0xAFFF1E) is unknown color: approx Green Yellow. HEX triplet: AF, FF and 1E. RGB value is (175,255,30). Sum of RGB (Red+Green+Blue) = 175+255+30=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 255 (100% from 255 or 55.43% from 460); Blue value is 30 (12.11% from 255 or 6.52% from 460); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF1E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFF1E is #5000E1. Grayscale: #CECECE. Windows color (decimal): -5243106 or 2031535. OLE color: 2031535.

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

Color convert

RGB17525530-
CMYK0.3100.880
HSL81.33º100%55.88%-
HSV(B)81.33º88.24%100%-
XYZ53.6780.7313.98-
YUV205.4329106.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.04%
GREEN value IS 255 (100% from 255) = 55.43%
BLUE value IS 30 (12.11% from 255) = 6.52%
R=38.04%
G=55.43%
B=6.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal175255300.3100.88081.3310055.88
HexAFFF1E1F0580516438
Octal25737736370130012114470
Binary1010111111111111111101111101011000010100011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFF1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFF1E; }

 p { color: rgb(175,255,30); }

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

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

 a { background-color: rgb(175,255,30); }

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

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

 span { border-color: rgb(175,255,30); }

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