#8AFA20

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

Shades of Chartreuse #8AFA20

Tints of Chartreuse #8AFA20

Color information

#8AFA20 (or 0x8AFA20) is unknown color: approx Chartreuse. HEX triplet: 8A, FA and 20. RGB value is (138,250,32). Sum of RGB (Red+Green+Blue) = 138+250+32=420 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.86% from 420); Green value is 250 (98.05% from 255 or 59.52% from 420); Blue value is 32 (12.89% from 255 or 7.62% from 420); Max value from RGB is 250 - color contains mainly: green. Hex color #8AFA20 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AFA20 is #7505DF. Grayscale: #C0C0C0. Windows color (decimal): -7669216 or 2161290. OLE color: 2161290.

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

Color convert

RGB13825032-
CMYK0.4500.870.02
HSL90.83º95.61%55.29%-
HSV(B)90.83º87.2%98.04%-
XYZ44.9373.8813.26-
YUV191.6637.8989.73-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.86%
GREEN value IS 250 (98.05% from 255) = 59.52%
BLUE value IS 32 (12.89% from 255) = 7.62%
R=32.86%
G=59.52%
B=7.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal138250320.4500.870.0290.8395.6155.29
Hex8AFA202D05725b6037
Octal21237240550127213314067
Binary1000101011111010100000101101010101111010110111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFA20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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