Html Css Color HEX #8CF80A Chartreuse

📋 copy color: '#8CF80A'

red 140 ◦ green 248 ◦ blue 10

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

Shades of Chartreuse #8CF80A

Tints of Chartreuse #8CF80A

RGB

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

 GREEN value IS 248 (97.27% from 255) = 62.31%

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

R = 35.18%
G = 62.31%
B = 2.51%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#8CF80A (or 0x8CF80A) is known color: Chartreuse. HEX triplet: 8C, F8 and 0A. RGB value is (140,248,10). Sum of RGB (Red+Green+Blue) = 140+248+10=398 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.18% from 398); Green value is 248 (97.27% from 255 or 62.31% from 398); Blue value is 10 (4.30% from 255 or 2.51% from 398); Max value from RGB is 248 - color contains mainly: green. Hex color #8CF80A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CF80A is #7307F5. Grayscale: #BDBDBD. Windows color (decimal): -7538678 or 718988. OLE color: 718988.

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

Color convert

RGB 140 248 10 -
CMYK 0.44 0 0.96 0.03
HSL 87.23º 0.94% 0.51% -
HSV(B) 87.23º 0.96% 0.97% -
XYZ 44.44 72.73 11.98 -
YUV 188.58 27.22 93.35 -
System Red Green Blue C M Y K H S L
Decimal 140 248 10 0.44 0 0.96 0.03 87.23 0.94 0.51
Hex 8C F8 A 2C 0 60 3 57 5E 33
Octal 214 370 12 54 0 140 3 127 136 63
Binary 10001100 11111000 1010 101100 0 1100000 11 1010111 1011110 110011

Color Harmonies of #8CF80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF80A

Black with #8CF80A

Text Example


Text Example

White with #8CF80A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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