Html Css Color HEX #8E9420 Citron

📋 copy color: '#8E9420'

red 142 ◦ green 148 ◦ blue 32

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

Shades of Citron #8E9420

Tints of Citron #8E9420

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.96%

 BLUE value IS 32 (12.89% from 255) = 9.94%

R = 44.1%
G = 45.96%
B = 9.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#8E9420 (or 0x8E9420) is known color: Citron. HEX triplet: 8E, 94 and 20. RGB value is (142,148,32). Sum of RGB (Red+Green+Blue) = 142+148+32=322 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.10% from 322); Green value is 148 (58.20% from 255 or 45.96% from 322); Blue value is 32 (12.89% from 255 or 9.94% from 322); Max value from RGB is 148 - color contains mainly: green. Hex color #8E9420 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E9420 is #716BDF. Grayscale: #858585. Windows color (decimal): -7433184 or 2135182. OLE color: 2135182.

HSL color Cylindrical-coordinate representation of color #8E9420: hue angle of 63.1º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8E9420 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 142 148 32 -
CMYK 0.04 0 0.78 0.42
HSL 63.1º 0.64% 0.35% -
HSV(B) 63.1º 0.78% 0.58% -
XYZ 22.01 27.03 5.42 -
YUV 132.98 71.01 134.43 -
System Red Green Blue C M Y K H S L
Decimal 142 148 32 0.04 0 0.78 0.42 63.1 0.64 0.35
Hex 8E 94 20 4 0 4E 2A 3F 40 23
Octal 216 224 40 4 0 116 52 77 100 43
Binary 10001110 10010100 100000 100 0 1001110 101010 111111 1000000 100011

Color Harmonies of #8E9420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9420

Black with #8E9420

Text Example


Text Example

White with #8E9420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,148,32); }

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

background-color css

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

 a { background-color: rgb(142,148,32); }

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

border-color css

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

 span { border-color: rgb(142,148,32); }

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