#8AF71E

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

Shades of Chartreuse #8AF71E

Tints of Chartreuse #8AF71E

Color information

#8AF71E (or 0x8AF71E) is unknown color: approx Chartreuse. HEX triplet: 8A, F7 and 1E. RGB value is (138,247,30). Sum of RGB (Red+Green+Blue) = 138+247+30=415 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.25% from 415); Green value is 247 (96.88% from 255 or 59.52% from 415); Blue value is 30 (12.11% from 255 or 7.23% from 415); Max value from RGB is 247 - color contains mainly: green. Hex color #8AF71E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF71E is #7508E1. Grayscale: #BEBEBE. Windows color (decimal): -7669986 or 2029450. OLE color: 2029450.

HSL color Cylindrical-coordinate representation of color #8AF71E: hue angle of 90.14º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8AF71E is Cyan = 0.44, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.

Color convert

RGB13824730-
CMYK0.4400.880.03
HSL90.14º93.13%54.31%-
HSV(B)90.14º87.85%96.86%-
XYZ43.9872.0212.81-
YUV189.6737.8991.14-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.25%
GREEN value IS 247 (96.88% from 255) = 59.52%
BLUE value IS 30 (12.11% from 255) = 7.23%
R=33.25%
G=59.52%
B=7.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal138247300.4400.880.0390.1493.1354.31
Hex8AF71E2C05835a5d36
Octal21236736540130313213566
Binary100010101111011111110101100010110001110110101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF71E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,247,30); }

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

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

 a { background-color: rgb(138,247,30); }

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

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

 span { border-color: rgb(138,247,30); }

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