#8AF920

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

Shades of Chartreuse #8AF920

Tints of Chartreuse #8AF920

Color information

#8AF920 (or 0x8AF920) is unknown color: approx Chartreuse. HEX triplet: 8A, F9 and 20. RGB value is (138,249,32). Sum of RGB (Red+Green+Blue) = 138+249+32=419 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.94% from 419); Green value is 249 (97.66% from 255 or 59.43% from 419); Blue value is 32 (12.89% from 255 or 7.64% from 419); Max value from RGB is 249 - color contains mainly: green. Hex color #8AF920 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF920 is #7506DF. Grayscale: #BFBFBF. Windows color (decimal): -7669472 or 2161034. OLE color: 2161034.

HSL color Cylindrical-coordinate representation of color #8AF920: hue angle of 90.69º degrees, saturation: 0.95, 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 #8AF920 is Cyan = 0.45, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB13824932-
CMYK0.4500.870.02
HSL90.69º94.76%55.1%-
HSV(B)90.69º87.15%97.65%-
XYZ44.6273.2613.16-
YUV191.0738.2390.14-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.94%
GREEN value IS 249 (97.66% from 255) = 59.43%
BLUE value IS 32 (12.89% from 255) = 7.64%
R=32.94%
G=59.43%
B=7.64%

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
Decimal138249320.4500.870.0290.6994.7655.1
Hex8AF9202D05725b5f37
Octal21237140550127213313767
Binary1000101011111001100000101101010101111010110111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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