#8AF107

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

Shades of Chartreuse #8AF107

Tints of Chartreuse #8AF107

Color information

#8AF107 (or 0x8AF107) is unknown color: approx Chartreuse. HEX triplet: 8A, F1 and 07. RGB value is (138,241,7). Sum of RGB (Red+Green+Blue) = 138+241+7=386 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.75% from 386); Green value is 241 (94.53% from 255 or 62.44% from 386); Blue value is 7 (3.12% from 255 or 1.81% from 386); Max value from RGB is 241 - color contains mainly: green. Hex color #8AF107 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AF107 is #750EF8. Grayscale: #B8B8B8. Windows color (decimal): -7671545 or 520586. OLE color: 520586.

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

Color convert

RGB1382417-
CMYK0.4300.970.05
HSL86.41º94.35%48.63%-
HSV(B)86.41º97.1%94.51%-
XYZ41.9768.3311.18-
YUV183.5328.3895.53-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.75%
GREEN value IS 241 (94.53% from 255) = 62.44%
BLUE value IS 7 (3.12% from 255) = 1.81%
R=35.75%
G=62.44%
B=1.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal13824170.4300.970.0586.4194.3548.63
Hex8AF172B0615565e31
Octal2123617530141512613661
Binary10001010111100011111010110110000110110101101011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,241,7); }

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

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

 a { background-color: rgb(138,241,7); }

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

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

 span { border-color: rgb(138,241,7); }

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