Html Css Color HEX #8CFC0A Chartreuse

📋 copy color: '#8CFC0A'

red 140 ◦ green 252 ◦ blue 10

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

Shades of Chartreuse #8CFC0A

Tints of Chartreuse #8CFC0A

RGB

 RED value IS 140 (55.08% from 255) = 34.83%

 GREEN value IS 252 (98.83% from 255) = 62.69%

 BLUE value IS 10 (4.3% from 255) = 2.49%

R = 34.83%
G = 62.69%
B = 2.49%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#8CFC0A (or 0x8CFC0A) is known color: Chartreuse. HEX triplet: 8C, FC and 0A. RGB value is (140,252,10). Sum of RGB (Red+Green+Blue) = 140+252+10=402 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.83% from 402); Green value is 252 (98.83% from 255 or 62.69% from 402); Blue value is 10 (4.30% from 255 or 2.49% from 402); Max value from RGB is 252 - color contains mainly: green. Hex color #8CFC0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CFC0A is #7303F5. Grayscale: #BFBFBF. Windows color (decimal): -7537654 or 720012. OLE color: 720012.

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

Color convert

RGB 140 252 10 -
CMYK 0.44 0 0.96 0.01
HSL 87.77º 0.98% 0.51% -
HSV(B) 87.77º 0.96% 0.99% -
XYZ 45.68 75.22 12.4 -
YUV 190.92 25.89 91.68 -
System Red Green Blue C M Y K H S L
Decimal 140 252 10 0.44 0 0.96 0.01 87.77 0.98 0.51
Hex 8C FC A 2C 0 60 1 58 62 33
Octal 214 374 12 54 0 140 1 130 142 63
Binary 10001100 11111100 1010 101100 0 1100000 1 1011000 1100010 110011

Color Harmonies of #8CFC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CFC0A

Black with #8CFC0A

Text Example


Text Example

White with #8CFC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,252,10); }

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

background-color css

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

 a { background-color: rgb(140,252,10); }

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

border-color css

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

 span { border-color: rgb(140,252,10); }

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