Html Css Color HEX #8EA412 Citron

📋 copy color: '#8EA412'

red 142 ◦ green 164 ◦ blue 18

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

Shades of Citron #8EA412

Tints of Citron #8EA412

RGB

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

 GREEN value IS 164 (64.45% from 255) = 50.62%

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

R = 43.83%
G = 50.62%
B = 5.56%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#8EA412 (or 0x8EA412) is known color: Citron. HEX triplet: 8E, A4 and 12. RGB value is (142,164,18). Sum of RGB (Red+Green+Blue) = 142+164+18=324 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.83% from 324); Green value is 164 (64.45% from 255 or 50.62% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 164 - color contains mainly: green. Hex color #8EA412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EA412 is #715BED. Grayscale: #8D8D8D. Windows color (decimal): -7429102 or 1221774. OLE color: 1221774.

HSL color Cylindrical-coordinate representation of color #8EA412: hue angle of 69.04º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8EA412 is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB 142 164 18 -
CMYK 0.13 0 0.89 0.36
HSL 69.04º 0.8% 0.36% -
HSV(B) 69.04º 0.89% 0.64% -
XYZ 24.54 32.35 5.52 -
YUV 140.78 58.71 128.87 -
System Red Green Blue C M Y K H S L
Decimal 142 164 18 0.13 0 0.89 0.36 69.04 0.8 0.36
Hex 8E A4 12 D 0 59 24 45 50 24
Octal 216 244 22 15 0 131 44 105 120 44
Binary 10001110 10100100 10010 1101 0 1011001 100100 1000101 1010000 100100

Color Harmonies of #8EA412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA412

Black with #8EA412

Text Example


Text Example

White with #8EA412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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