Html Css Color HEX #8EC014 Citrus

📋 copy color: '#8EC014'

red 142 ◦ green 192 ◦ blue 20

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

Shades of Citrus #8EC014

Tints of Citrus #8EC014

RGB

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

 GREEN value IS 192 (75.39% from 255) = 54.24%

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

R = 40.11%
G = 54.24%
B = 5.65%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#8EC014 (or 0x8EC014) is known color: Citrus. HEX triplet: 8E, C0 and 14. RGB value is (142,192,20). Sum of RGB (Red+Green+Blue) = 142+192+20=354 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.11% from 354); Green value is 192 (75.39% from 255 or 54.24% from 354); Blue value is 20 (8.20% from 255 or 5.65% from 354); Max value from RGB is 192 - color contains mainly: green. Hex color #8EC014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EC014 is #713FEB. Grayscale: #9E9E9E. Windows color (decimal): -7421932 or 1360014. OLE color: 1360014.

HSL color Cylindrical-coordinate representation of color #8EC014: hue angle of 77.44º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8EC014 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 142 192 20 -
CMYK 0.26 0 0.90 0.25
HSL 77.44º 0.81% 0.42% -
HSV(B) 77.44º 0.9% 0.75% -
XYZ 30.13 43.5 7.47 -
YUV 157.44 50.44 116.99 -
System Red Green Blue C M Y K H S L
Decimal 142 192 20 0.26 0 0.90 0.25 77.44 0.81 0.42
Hex 8E C0 14 1A 0 5A 19 4D 51 2A
Octal 216 300 24 32 0 132 31 115 121 52
Binary 10001110 11000000 10100 11010 0 1011010 11001 1001101 1010001 101010

Color Harmonies of #8EC014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC014

Black with #8EC014

Text Example


Text Example

White with #8EC014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,192,20); }

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

background-color css

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

 a { background-color: rgb(142,192,20); }

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

border-color css

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

 span { border-color: rgb(142,192,20); }

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