#8AF41B

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

Shades of Chartreuse #8AF41B

Tints of Chartreuse #8AF41B

Color information

#8AF41B (or 0x8AF41B) is unknown color: approx Chartreuse. HEX triplet: 8A, F4 and 1B. RGB value is (138,244,27). Sum of RGB (Red+Green+Blue) = 138+244+27=409 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.74% from 409); Green value is 244 (95.70% from 255 or 59.66% from 409); Blue value is 27 (10.94% from 255 or 6.60% from 409); Max value from RGB is 244 - color contains mainly: green. Hex color #8AF41B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF41B is #750BE4. Grayscale: #BCBCBC. Windows color (decimal): -7670757 or 1832074. OLE color: 1832074.

HSL color Cylindrical-coordinate representation of color #8AF41B: hue angle of 89.31º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8AF41B is Cyan = 0.43, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB13824427-
CMYK0.4300.890.04
HSL89.31º90.79%53.14%-
HSV(B)89.31º88.93%95.69%-
XYZ43.0370.1812.32-
YUV187.5737.3892.64-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.74%
GREEN value IS 244 (95.70% from 255) = 59.66%
BLUE value IS 27 (10.94% from 255) = 6.60%
R=33.74%
G=59.66%
B=6.60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal138244270.4300.890.0489.3190.7953.14
Hex8AF41B2B0594595b35
Octal21236433530131413113365
Binary1000101011110100110111010110101100110010110011011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF41B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,244,27); }

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

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

 a { background-color: rgb(138,244,27); }

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

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

 span { border-color: rgb(138,244,27); }

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