Html Css Color HEX #8CF11A Chartreuse

📋 copy color: '#8CF11A'

red 140 ◦ green 241 ◦ blue 26

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

Shades of Chartreuse #8CF11A

Tints of Chartreuse #8CF11A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 59.21%

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

R = 34.4%
G = 59.21%
B = 6.39%

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

#8CF11A (or 0x8CF11A) is known color: Chartreuse. HEX triplet: 8C, F1 and 1A. RGB value is (140,241,26). Sum of RGB (Red+Green+Blue) = 140+241+26=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 241 (94.53% from 255 or 59.21% from 407); Blue value is 26 (10.55% from 255 or 6.39% from 407); Max value from RGB is 241 - color contains mainly: green. Hex color #8CF11A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CF11A is #730EE5. Grayscale: #BBBBBB. Windows color (decimal): -7540454 or 1765772. OLE color: 1765772.

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

Color convert

RGB 140 241 26 -
CMYK 0.42 0 0.89 0.05
HSL 88.19º 0.88% 0.52% -
HSV(B) 88.19º 0.89% 0.95% -
XYZ 42.46 68.56 11.97 -
YUV 186.29 37.54 94.98 -
System Red Green Blue C M Y K H S L
Decimal 140 241 26 0.42 0 0.89 0.05 88.19 0.88 0.52
Hex 8C F1 1A 2A 0 59 5 58 58 34
Octal 214 361 32 52 0 131 5 130 130 64
Binary 10001100 11110001 11010 101010 0 1011001 101 1011000 1011000 110100

Color Harmonies of #8CF11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF11A

Black with #8CF11A

Text Example


Text Example

White with #8CF11A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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