#8AFA3F

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

Shades of Green Yellow #8AFA3F

Tints of Green Yellow #8AFA3F

Color information

#8AFA3F (or 0x8AFA3F) is unknown color: approx Green Yellow. HEX triplet: 8A, FA and 3F. RGB value is (138,250,63). Sum of RGB (Red+Green+Blue) = 138+250+63=451 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.60% from 451); Green value is 250 (98.05% from 255 or 55.43% from 451); Blue value is 63 (25% from 255 or 13.97% from 451); Max value from RGB is 250 - color contains mainly: green. Hex color #8AFA3F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AFA3F is #7505C0. Grayscale: #C3C3C3. Windows color (decimal): -7669185 or 4192906. OLE color: 4192906.

HSL color Cylindrical-coordinate representation of color #8AFA3F: hue angle of 95.94º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8AFA3F is Cyan = 0.45, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB13825063-
CMYK0.4500.750.02
HSL95.94º94.92%61.37%-
HSV(B)95.94º74.8%98.04%-
XYZ45.5674.1316.61-
YUV195.1953.3987.21-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.60%
GREEN value IS 250 (98.05% from 255) = 55.43%
BLUE value IS 63 (25% from 255) = 13.97%
R=30.60%
G=55.43%
B=13.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal138250630.4500.750.0295.9494.9261.37
Hex8AFA3F2D04B2605f3d
Octal21237277550113214013775
Binary1000101011111010111111101101010010111011000001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFA3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AFA3F; }

 p { color: rgb(138,250,63); }

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

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

 a { background-color: rgb(138,250,63); }

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

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

 span { border-color: rgb(138,250,63); }

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