#8AFF00

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

Shades of Chartreuse #8AFF00

Tints of Chartreuse #8AFF00

Color information

#8AFF00 (or 0x8AFF00) is unknown color: approx Chartreuse. HEX triplet: 8A, FF and 00. RGB value is (138,255,0). Sum of RGB (Red+Green+Blue) = 138+255+0=393 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.11% from 393); Green value is 255 (100% from 255 or 64.89% from 393); Blue value is 0 (0.39% from 255 or 0% from 393); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFF00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AFF00 is #7500FF. Grayscale: #BFBFBF. Windows color (decimal): -7667968 or 65418. OLE color: 65418.

HSL color Cylindrical-coordinate representation of color #8AFF00: hue angle of 87.53º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8AFF00 is Cyan = 0.46, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.

Color convert

RGB1382550-
CMYK0.46010
HSL87.53º100%50%-
HSV(B)87.53º100%100%-
XYZ46.2476.9212.41-
YUV190.9520.2490.23-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.11%
GREEN value IS 255 (100% from 255) = 64.89%
BLUE value IS 0 (0.39% from 255) = 0%
R=35.11%
G=64.89%
B=0%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal13825500.4601087.5310050
Hex8AFF02E0640586432
Octal2123770560144013014462
Binary1000101011111111010111001100100010110001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,255,0); }

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

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

 a { background-color: rgb(138,255,0); }

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

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

 span { border-color: rgb(138,255,0); }

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