#8AF312

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

Shades of Chartreuse #8AF312

Tints of Chartreuse #8AF312

Color information

#8AF312 (or 0x8AF312) is unknown color: approx Chartreuse. HEX triplet: 8A, F3 and 12. RGB value is (138,243,18). Sum of RGB (Red+Green+Blue) = 138+243+18=399 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.59% from 399); Green value is 243 (95.31% from 255 or 60.90% from 399); Blue value is 18 (7.42% from 255 or 4.51% from 399); Max value from RGB is 243 - color contains mainly: green. Hex color #8AF312 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AF312 is #750CED. Grayscale: #BABABA. Windows color (decimal): -7671022 or 1241994. OLE color: 1241994.

HSL color Cylindrical-coordinate representation of color #8AF312: hue angle of 88º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8AF312 is Cyan = 0.43, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB13824318-
CMYK0.4300.930.05
HSL88º90.36%51.18%-
HSV(B)88º92.59%95.29%-
XYZ42.6469.5511.75-
YUV185.9633.2193.8-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.59%
GREEN value IS 243 (95.31% from 255) = 60.90%
BLUE value IS 18 (7.42% from 255) = 4.51%
R=34.59%
G=60.90%
B=4.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal138243180.4300.930.058890.3651.18
Hex8AF3122B05D5585a33
Octal21236322530135513013263
Binary1000101011110011100101010110101110110110110001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,243,18); }

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

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

 a { background-color: rgb(138,243,18); }

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

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

 span { border-color: rgb(138,243,18); }

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