Html Css Color HEX #8EC112 Citrus

📋 copy color: '#8EC112'

red 142 ◦ green 193 ◦ blue 18

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

Shades of Citrus #8EC112

Tints of Citrus #8EC112

RGB

 RED value IS 142 (55.86% from 255) = 40.23%

 GREEN value IS 193 (75.78% from 255) = 54.67%

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

R = 40.23%
G = 54.67%
B = 5.1%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#8EC112 (or 0x8EC112) is known color: Citrus. HEX triplet: 8E, C1 and 12. RGB value is (142,193,18). Sum of RGB (Red+Green+Blue) = 142+193+18=353 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.23% from 353); Green value is 193 (75.78% from 255 or 54.67% from 353); Blue value is 18 (7.42% from 255 or 5.10% from 353); Max value from RGB is 193 - color contains mainly: green. Hex color #8EC112 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EC112 is #713EED. Grayscale: #9E9E9E. Windows color (decimal): -7421678 or 1229198. OLE color: 1229198.

HSL color Cylindrical-coordinate representation of color #8EC112: hue angle of 77.49º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8EC112 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 142 193 18 -
CMYK 0.26 0 0.91 0.24
HSL 77.49º 0.83% 0.41% -
HSV(B) 77.49º 0.91% 0.76% -
XYZ 30.33 43.93 7.45 -
YUV 157.8 49.1 116.73 -
System Red Green Blue C M Y K H S L
Decimal 142 193 18 0.26 0 0.91 0.24 77.49 0.83 0.41
Hex 8E C1 12 1A 0 5B 18 4D 53 29
Octal 216 301 22 32 0 133 30 115 123 51
Binary 10001110 11000001 10010 11010 0 1011011 11000 1001101 1010011 101001

Color Harmonies of #8EC112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC112

Black with #8EC112

Text Example


Text Example

White with #8EC112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,193,18); }

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

background-color css

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

 a { background-color: rgb(142,193,18); }

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

border-color css

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

 span { border-color: rgb(142,193,18); }

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