Html Css Color HEX #8EC301 Citrus

📋 copy color: '#8EC301'

red 142 ◦ green 195 ◦ blue 1

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

Shades of Citrus #8EC301

Tints of Citrus #8EC301

RGB

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

 GREEN value IS 195 (76.56% from 255) = 57.69%

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 42.01%
G = 57.69%
B = 0.3%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#8EC301 (or 0x8EC301) is known color: Citrus. HEX triplet: 8E, C3 and 01. RGB value is (142,195,1). Sum of RGB (Red+Green+Blue) = 142+195+1=338 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.01% from 338); Green value is 195 (76.56% from 255 or 57.69% from 338); Blue value is 1 (0.78% from 255 or 0.30% from 338); Max value from RGB is 195 - color contains mainly: green. Hex color #8EC301 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EC301 is #713CFE. Grayscale: #9D9D9D. Windows color (decimal): -7421183 or 115598. OLE color: 115598.

HSL color Cylindrical-coordinate representation of color #8EC301: hue angle of 76.39º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8EC301 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 142 195 1 -
CMYK 0.27 0 0.99 0.24
HSL 76.39º 0.99% 0.38% -
HSV(B) 76.39º 0.99% 0.76% -
XYZ 30.68 44.78 7.06 -
YUV 157.04 39.94 117.27 -
System Red Green Blue C M Y K H S L
Decimal 142 195 1 0.27 0 0.99 0.24 76.39 0.99 0.38
Hex 8E C3 1 1B 0 63 18 4C 63 26
Octal 216 303 1 33 0 143 30 114 143 46
Binary 10001110 11000011 1 11011 0 1100011 11000 1001100 1100011 100110

Color Harmonies of #8EC301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC301

Black with #8EC301

Text Example


Text Example

White with #8EC301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,195,1); }

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

background-color css

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

 a { background-color: rgb(142,195,1); }

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

border-color css

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

 span { border-color: rgb(142,195,1); }

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