#8AF924

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

Shades of Chartreuse #8AF924

Tints of Chartreuse #8AF924

Color information

#8AF924 (or 0x8AF924) is unknown color: approx Chartreuse. HEX triplet: 8A, F9 and 24. RGB value is (138,249,36). Sum of RGB (Red+Green+Blue) = 138+249+36=423 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.62% from 423); Green value is 249 (97.66% from 255 or 58.87% from 423); Blue value is 36 (14.45% from 255 or 8.51% from 423); Max value from RGB is 249 - color contains mainly: green. Hex color #8AF924 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF924 is #7506DB. Grayscale: #C0C0C0. Windows color (decimal): -7669468 or 2423178. OLE color: 2423178.

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

Color convert

RGB13824936-
CMYK0.4500.860.02
HSL91.27º94.67%55.88%-
HSV(B)91.27º85.54%97.65%-
XYZ44.6873.2813.46-
YUV191.5340.2389.82-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.62%
GREEN value IS 249 (97.66% from 255) = 58.87%
BLUE value IS 36 (14.45% from 255) = 8.51%
R=32.62%
G=58.87%
B=8.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal138249360.4500.860.0291.2794.6755.88
Hex8AF9242D05625b5f38
Octal21237144550126213313770
Binary1000101011111001100100101101010101101010110111011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,249,36); }

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

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

 a { background-color: rgb(138,249,36); }

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

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

 span { border-color: rgb(138,249,36); }

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