Html Css Color HEX #8EA10C Citron

📋 copy color: '#8EA10C'

red 142 ◦ green 161 ◦ blue 12

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

Shades of Citron #8EA10C

Tints of Citron #8EA10C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 51.11%

 BLUE value IS 12 (5.08% from 255) = 3.81%

R = 45.08%
G = 51.11%
B = 3.81%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#8EA10C (or 0x8EA10C) is known color: Citron. HEX triplet: 8E, A1 and 0C. RGB value is (142,161,12). Sum of RGB (Red+Green+Blue) = 142+161+12=315 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.08% from 315); Green value is 161 (63.28% from 255 or 51.11% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 161 - color contains mainly: green. Hex color #8EA10C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EA10C is #715EF3. Grayscale: #8A8A8A. Windows color (decimal): -7429876 or 827790. OLE color: 827790.

HSL color Cylindrical-coordinate representation of color #8EA10C: hue angle of 67.65º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8EA10C is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.37.

Color convert

RGB 142 161 12 -
CMYK 0.12 0 0.93 0.37
HSL 67.65º 0.86% 0.34% -
HSV(B) 67.65º 0.93% 0.63% -
XYZ 23.97 31.27 5.12 -
YUV 138.33 56.71 130.62 -
System Red Green Blue C M Y K H S L
Decimal 142 161 12 0.12 0 0.93 0.37 67.65 0.86 0.34
Hex 8E A1 C C 0 5D 25 44 56 22
Octal 216 241 14 14 0 135 45 104 126 42
Binary 10001110 10100001 1100 1100 0 1011101 100101 1000100 1010110 100010

Color Harmonies of #8EA10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA10C

Black with #8EA10C

Text Example


Text Example

White with #8EA10C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,161,12); }

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

background-color css

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

 a { background-color: rgb(142,161,12); }

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

border-color css

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

 span { border-color: rgb(142,161,12); }

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