#8AFA33

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

Shades of Green Yellow #8AFA33

Tints of Green Yellow #8AFA33

Color information

#8AFA33 (or 0x8AFA33) is unknown color: approx Green Yellow. HEX triplet: 8A, FA and 33. RGB value is (138,250,51). Sum of RGB (Red+Green+Blue) = 138+250+51=439 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.44% from 439); Green value is 250 (98.05% from 255 or 56.95% from 439); Blue value is 51 (20.31% from 255 or 11.62% from 439); Max value from RGB is 250 - color contains mainly: green. Hex color #8AFA33 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AFA33 is #7505CC. Grayscale: #C2C2C2. Windows color (decimal): -7669197 or 3406474. OLE color: 3406474.

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

Color convert

RGB13825051-
CMYK0.4500.800.02
HSL93.77º95.22%59.02%-
HSV(B)93.77º79.6%98.04%-
XYZ45.2674.0115.03-
YUV193.8347.3988.18-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.44%
GREEN value IS 250 (98.05% from 255) = 56.95%
BLUE value IS 51 (20.31% from 255) = 11.62%
R=31.44%
G=56.95%
B=11.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal138250510.4500.800.0293.7795.2259.02
Hex8AFA332D05025e5f3b
Octal21237263550120213613773
Binary1000101011111010110011101101010100001010111101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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