#8CF206

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

Shades of Chartreuse #8CF206

Tints of Chartreuse #8CF206

Color information

#8CF206 (or 0x8CF206) is unknown color: approx Chartreuse. HEX triplet: 8C, F2 and 06. RGB value is (140,242,6). Sum of RGB (Red+Green+Blue) = 140+242+6=388 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.08% from 388); Green value is 242 (94.92% from 255 or 62.37% from 388); Blue value is 6 (2.73% from 255 or 1.55% from 388); Max value from RGB is 242 - color contains mainly: green. Hex color #8CF206 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CF206 is #730DF9. Grayscale: #B9B9B9. Windows color (decimal): -7540218 or 455308. OLE color: 455308.

HSL color Cylindrical-coordinate representation of color #8CF206: hue angle of 85.93º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8CF206 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB1402426-
CMYK0.4200.980.05
HSL85.93º95.16%48.63%-
HSV(B)85.93º97.52%94.9%-
XYZ42.669.0911.26-
YUV184.627.2196.19-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.08%
GREEN value IS 242 (94.92% from 255) = 62.37%
BLUE value IS 6 (2.73% from 255) = 1.55%
R=36.08%
G=62.37%
B=1.55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal14024260.4200.980.0585.9395.1648.63
Hex8CF262A0625565f31
Octal2143626520142512613761
Binary10001100111100101101010100110001010110101101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,242,6); }

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

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

 a { background-color: rgb(140,242,6); }

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

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

 span { border-color: rgb(140,242,6); }

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