Html Css Color HEX #8CF31A Chartreuse

📋 copy color: '#8CF31A'

red 140 ◦ green 243 ◦ blue 26

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

Shades of Chartreuse #8CF31A

Tints of Chartreuse #8CF31A

RGB

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

 GREEN value IS 243 (95.31% from 255) = 59.41%

 BLUE value IS 26 (10.55% from 255) = 6.36%

R = 34.23%
G = 59.41%
B = 6.36%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#8CF31A (or 0x8CF31A) is known color: Chartreuse. HEX triplet: 8C, F3 and 1A. RGB value is (140,243,26). Sum of RGB (Red+Green+Blue) = 140+243+26=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 243 (95.31% from 255 or 59.41% from 409); Blue value is 26 (10.55% from 255 or 6.36% from 409); Max value from RGB is 243 - color contains mainly: green. Hex color #8CF31A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CF31A is #730CE5. Grayscale: #BCBCBC. Windows color (decimal): -7539942 or 1766284. OLE color: 1766284.

HSL color Cylindrical-coordinate representation of color #8CF31A: hue angle of 88.48º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8CF31A is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB 140 243 26 -
CMYK 0.42 0 0.89 0.05
HSL 88.48º 0.9% 0.53% -
HSV(B) 88.48º 0.89% 0.95% -
XYZ 43.05 69.75 12.17 -
YUV 187.47 36.88 94.14 -
System Red Green Blue C M Y K H S L
Decimal 140 243 26 0.42 0 0.89 0.05 88.48 0.9 0.53
Hex 8C F3 1A 2A 0 59 5 58 5A 35
Octal 214 363 32 52 0 131 5 130 132 65
Binary 10001100 11110011 11010 101010 0 1011001 101 1011000 1011010 110101

Color Harmonies of #8CF31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF31A

Black with #8CF31A

Text Example


Text Example

White with #8CF31A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,243,26); }

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

background-color css

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

 a { background-color: rgb(140,243,26); }

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

border-color css

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

 span { border-color: rgb(140,243,26); }

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