#8AFD23

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

Shades of Chartreuse #8AFD23

Tints of Chartreuse #8AFD23

Color information

#8AFD23 (or 0x8AFD23) is unknown color: approx Chartreuse. HEX triplet: 8A, FD and 23. RGB value is (138,253,35). Sum of RGB (Red+Green+Blue) = 138+253+35=426 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.39% from 426); Green value is 253 (99.22% from 255 or 59.39% from 426); Blue value is 35 (14.06% from 255 or 8.22% from 426); Max value from RGB is 253 - color contains mainly: green. Hex color #8AFD23 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AFD23 is #7502DC. Grayscale: #C2C2C2. Windows color (decimal): -7668445 or 2358666. OLE color: 2358666.

HSL color Cylindrical-coordinate representation of color #8AFD23: hue angle of 91.65º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8AFD23 is Cyan = 0.45, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.01.

Color convert

RGB13825335-
CMYK0.4500.860.01
HSL91.65º98.2%56.47%-
HSV(B)91.65º86.17%99.22%-
XYZ45.9175.7813.8-
YUV193.7638.488.23-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.39%
GREEN value IS 253 (99.22% from 255) = 59.39%
BLUE value IS 35 (14.06% from 255) = 8.22%
R=32.39%
G=59.39%
B=8.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal138253350.4500.860.0191.6598.256.47
Hex8AFD232D05615c6238
Octal21237543550126113414270
Binary100010101111110110001110110101010110110111001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFD23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,253,35); }

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

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

 a { background-color: rgb(138,253,35); }

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

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

 span { border-color: rgb(138,253,35); }

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