Html Css Color HEX #8EC412 Citrus

📋 copy color: '#8EC412'

red 142 ◦ green 196 ◦ blue 18

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

Shades of Citrus #8EC412

Tints of Citrus #8EC412

RGB

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

 GREEN value IS 196 (76.95% from 255) = 55.06%

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

R = 39.89%
G = 55.06%
B = 5.06%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#8EC412 (or 0x8EC412) is known color: Citrus. HEX triplet: 8E, C4 and 12. RGB value is (142,196,18). Sum of RGB (Red+Green+Blue) = 142+196+18=356 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.89% from 356); Green value is 196 (76.95% from 255 or 55.06% from 356); Blue value is 18 (7.42% from 255 or 5.06% from 356); Max value from RGB is 196 - color contains mainly: green. Hex color #8EC412 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EC412 is #713BED. Grayscale: #A0A0A0. Windows color (decimal): -7420910 or 1229966. OLE color: 1229966.

HSL color Cylindrical-coordinate representation of color #8EC412: hue angle of 78.2º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8EC412 is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 142 196 18 -
CMYK 0.28 0 0.91 0.23
HSL 78.2º 0.83% 0.42% -
HSV(B) 78.2º 0.91% 0.77% -
XYZ 31 45.27 7.68 -
YUV 159.56 48.11 115.47 -
System Red Green Blue C M Y K H S L
Decimal 142 196 18 0.28 0 0.91 0.23 78.2 0.83 0.42
Hex 8E C4 12 1C 0 5B 17 4E 53 2A
Octal 216 304 22 34 0 133 27 116 123 52
Binary 10001110 11000100 10010 11100 0 1011011 10111 1001110 1010011 101010

Color Harmonies of #8EC412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC412

Black with #8EC412

Text Example


Text Example

White with #8EC412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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