Html Css Color HEX #8CE214 Lawn Green

📋 copy color: '#8CE214'

red 140 ◦ green 226 ◦ blue 20

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

Shades of Lawn Green #8CE214

Tints of Lawn Green #8CE214

RGB

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

 GREEN value IS 226 (88.67% from 255) = 58.55%

 BLUE value IS 20 (8.2% from 255) = 5.18%

R = 36.27%
G = 58.55%
B = 5.18%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#8CE214 (or 0x8CE214) is known color: Lawn Green. HEX triplet: 8C, E2 and 14. RGB value is (140,226,20). Sum of RGB (Red+Green+Blue) = 140+226+20=386 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.27% from 386); Green value is 226 (88.67% from 255 or 58.55% from 386); Blue value is 20 (8.20% from 255 or 5.18% from 386); Max value from RGB is 226 - color contains mainly: green. Hex color #8CE214 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CE214 is #731DEB. Grayscale: #B1B1B1. Windows color (decimal): -7544300 or 1368716. OLE color: 1368716.

HSL color Cylindrical-coordinate representation of color #8CE214: hue angle of 85.05º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8CE214 is Cyan = 0.38, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 140 226 20 -
CMYK 0.38 0 0.91 0.11
HSL 85.05º 0.84% 0.48% -
HSV(B) 85.05º 0.91% 0.89% -
XYZ 38.14 60.02 10.24 -
YUV 176.8 39.51 101.75 -
System Red Green Blue C M Y K H S L
Decimal 140 226 20 0.38 0 0.91 0.11 85.05 0.84 0.48
Hex 8C E2 14 26 0 5B B 55 54 30
Octal 214 342 24 46 0 133 13 125 124 60
Binary 10001100 11100010 10100 100110 0 1011011 1011 1010101 1010100 110000

Color Harmonies of #8CE214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE214

Black with #8CE214

Text Example


Text Example

White with #8CE214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,226,20); }

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

background-color css

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

 a { background-color: rgb(140,226,20); }

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

border-color css

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

 span { border-color: rgb(140,226,20); }

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