Html Css Color HEX #8E900C Citron

📋 copy color: '#8E900C'

red 142 ◦ green 144 ◦ blue 12

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

Shades of Citron #8E900C

Tints of Citron #8E900C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 48.32%

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

R = 47.65%
G = 48.32%
B = 4.03%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#8E900C (or 0x8E900C) is known color: Citron. HEX triplet: 8E, 90 and 0C. RGB value is (142,144,12). Sum of RGB (Red+Green+Blue) = 142+144+12=298 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.65% from 298); Green value is 144 (56.64% from 255 or 48.32% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 144 - color contains mainly: green. Hex color #8E900C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E900C is #716FF3. Grayscale: #808080. Windows color (decimal): -7434228 or 823438. OLE color: 823438.

HSL color Cylindrical-coordinate representation of color #8E900C: hue angle of 60.91º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E900C is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 144 12 -
CMYK 0.01 0 0.92 0.44
HSL 60.91º 0.85% 0.31% -
HSV(B) 60.91º 0.92% 0.56% -
XYZ 21.19 25.72 4.2 -
YUV 128.35 62.34 137.73 -
System Red Green Blue C M Y K H S L
Decimal 142 144 12 0.01 0 0.92 0.44 60.91 0.85 0.31
Hex 8E 90 C 1 0 5C 2C 3D 55 1F
Octal 216 220 14 1 0 134 54 75 125 37
Binary 10001110 10010000 1100 1 0 1011100 101100 111101 1010101 11111

Color Harmonies of #8E900C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E900C

Black with #8E900C

Text Example


Text Example

White with #8E900C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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