Html Css Color HEX #8CFA20 Chartreuse

📋 copy color: '#8CFA20'

red 140 ◦ green 250 ◦ blue 32

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

Shades of Chartreuse #8CFA20

Tints of Chartreuse #8CFA20

RGB

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

 GREEN value IS 250 (98.05% from 255) = 59.24%

 BLUE value IS 32 (12.89% from 255) = 7.58%

R = 33.18%
G = 59.24%
B = 7.58%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#8CFA20 (or 0x8CFA20) is known color: Chartreuse. HEX triplet: 8C, FA and 20. RGB value is (140,250,32). Sum of RGB (Red+Green+Blue) = 140+250+32=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 250 (98.05% from 255 or 59.24% from 422); Blue value is 32 (12.89% from 255 or 7.58% from 422); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFA20 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CFA20 is #7305DF. Grayscale: #C1C1C1. Windows color (decimal): -7538144 or 2161292. OLE color: 2161292.

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

Color convert

RGB 140 250 32 -
CMYK 0.44 0 0.87 0.02
HSL 90.28º 0.96% 0.55% -
HSV(B) 90.28º 0.87% 0.98% -
XYZ 45.26 74.05 13.27 -
YUV 192.26 37.56 90.73 -
System Red Green Blue C M Y K H S L
Decimal 140 250 32 0.44 0 0.87 0.02 90.28 0.96 0.55
Hex 8C FA 20 2C 0 57 2 5A 60 37
Octal 214 372 40 54 0 127 2 132 140 67
Binary 10001100 11111010 100000 101100 0 1010111 10 1011010 1100000 110111

Color Harmonies of #8CFA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CFA20

Black with #8CFA20

Text Example


Text Example

White with #8CFA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,250,32); }

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

background-color css

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

 a { background-color: rgb(140,250,32); }

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

border-color css

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

 span { border-color: rgb(140,250,32); }

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