Html Css Color HEX #8AF60B Chartreuse

📋 copy color: '#8AF60B'

red 138 ◦ green 246 ◦ blue 11

#8AF60B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chartreuse #8AF60B

Tints of Chartreuse #8AF60B

RGB

 RED value IS 138 (54.3% from 255) = 34.94%

 GREEN value IS 246 (96.48% from 255) = 62.28%

 BLUE value IS 11 (4.69% from 255) = 2.78%

R = 34.94%
G = 62.28%
B = 2.78%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#8AF60B (or 0x8AF60B) is known color: Chartreuse. HEX triplet: 8A, F6 and 0B. RGB value is (138,246,11). Sum of RGB (Red+Green+Blue) = 138+246+11=395 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.94% from 395); Green value is 246 (96.48% from 255 or 62.28% from 395); Blue value is 11 (4.69% from 255 or 2.78% from 395); Max value from RGB is 246 - color contains mainly: green. Hex color #8AF60B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AF60B is #7509F4. Grayscale: #BBBBBB. Windows color (decimal): -7670261 or 784010. OLE color: 784010.

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

Color convert

RGB 138 246 11 -
CMYK 0.44 0 0.96 0.04
HSL 87.57º 0.93% 0.5% -
HSV(B) 87.57º 0.96% 0.96% -
XYZ 43.5 71.34 11.79 -
YUV 186.92 28.72 93.11 -
System Red Green Blue C M Y K H S L
Decimal 138 246 11 0.44 0 0.96 0.04 87.57 0.93 0.5
Hex 8A F6 B 2C 0 60 4 58 5D 32
Octal 212 366 13 54 0 140 4 130 135 62
Binary 10001010 11110110 1011 101100 0 1100000 100 1011000 1011101 110010

Color Harmonies of #8AF60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF60B

Black with #8AF60B

Text Example


Text Example

White with #8AF60B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,246,11); }

 H1.HeaderClassName
 {
   color: #8AF60B;
 }
 .AnyTagClassName
 {
   color: #8AF60B;
 }
</style>

background-color css

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

 a { background-color: rgb(138,246,11); }

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

border-color css

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

 span { border-color: rgb(138,246,11); }

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