Html Css Color HEX #8EC000 Citrus

📋 copy color: '#8EC000'

red 142 ◦ green 192 ◦ blue 0

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

Shades of Citrus #8EC000

Tints of Citrus #8EC000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.51%
G = 57.49%
B = 0%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#8EC000 (or 0x8EC000) is known color: Citrus. HEX triplet: 8E, C0 and 00. RGB value is (142,192,0). Sum of RGB (Red+Green+Blue) = 142+192+0=334 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.51% from 334); Green value is 192 (75.39% from 255 or 57.49% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 192 - color contains mainly: green. Hex color #8EC000 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EC000 is #713FFF. Grayscale: #9B9B9B. Windows color (decimal): -7421952 or 49294. OLE color: 49294.

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

Color convert

RGB 142 192 0 -
CMYK 0.26 0 1 0.25
HSL 75.63º 1% 0.38% -
HSV(B) 75.63º 1% 0.75% -
XYZ 30 43.45 6.81 -
YUV 155.16 40.44 118.61 -
System Red Green Blue C M Y K H S L
Decimal 142 192 0 0.26 0 1 0.25 75.63 1 0.38
Hex 8E C0 0 1A 0 64 19 4C 64 26
Octal 216 300 0 32 0 144 31 114 144 46
Binary 10001110 11000000 0 11010 0 1100100 11001 1001100 1100100 100110

Color Harmonies of #8EC000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC000

Black with #8EC000

Text Example


Text Example

White with #8EC000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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