Html Css Color HEX #8CE012 Lawn Green

📋 copy color: '#8CE012'

red 140 ◦ green 224 ◦ blue 18

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

Shades of Lawn Green #8CE012

Tints of Lawn Green #8CE012

RGB

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

 GREEN value IS 224 (87.89% from 255) = 58.64%

 BLUE value IS 18 (7.42% from 255) = 4.71%

R = 36.65%
G = 58.64%
B = 4.71%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#8CE012 (or 0x8CE012) is known color: Lawn Green. HEX triplet: 8C, E0 and 12. RGB value is (140,224,18). Sum of RGB (Red+Green+Blue) = 140+224+18=382 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.65% from 382); Green value is 224 (87.89% from 255 or 58.64% from 382); Blue value is 18 (7.42% from 255 or 4.71% from 382); Max value from RGB is 224 - color contains mainly: green. Hex color #8CE012 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CE012 is #731FED. Grayscale: #B0B0B0. Windows color (decimal): -7544814 or 1237132. OLE color: 1237132.

HSL color Cylindrical-coordinate representation of color #8CE012: hue angle of 84.47º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8CE012 is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 140 224 18 -
CMYK 0.38 0 0.92 0.12
HSL 84.47º 0.85% 0.47% -
HSV(B) 84.47º 0.92% 0.88% -
XYZ 37.58 58.93 9.97 -
YUV 175.4 39.17 102.75 -
System Red Green Blue C M Y K H S L
Decimal 140 224 18 0.38 0 0.92 0.12 84.47 0.85 0.47
Hex 8C E0 12 26 0 5C C 54 55 2F
Octal 214 340 22 46 0 134 14 124 125 57
Binary 10001100 11100000 10010 100110 0 1011100 1100 1010100 1010101 101111

Color Harmonies of #8CE012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE012

Black with #8CE012

Text Example


Text Example

White with #8CE012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,224,18); }

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

background-color css

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

 a { background-color: rgb(140,224,18); }

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

border-color css

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

 span { border-color: rgb(140,224,18); }

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