Html Css Color HEX #8E9424 Citron

📋 copy color: '#8E9424'

red 142 ◦ green 148 ◦ blue 36

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

Shades of Citron #8E9424

Tints of Citron #8E9424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.04%

R = 43.56%
G = 45.4%
B = 11.04%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#8E9424 (or 0x8E9424) is known color: Citron. HEX triplet: 8E, 94 and 24. RGB value is (142,148,36). Sum of RGB (Red+Green+Blue) = 142+148+36=326 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.56% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 36 (14.45% from 255 or 11.04% from 326); Max value from RGB is 148 - color contains mainly: green. Hex color #8E9424 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E9424 is #716BDB. Grayscale: #858585. Windows color (decimal): -7433180 or 2397326. OLE color: 2397326.

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

Color convert

RGB 142 148 36 -
CMYK 0.04 0 0.76 0.42
HSL 63.21º 0.61% 0.36% -
HSV(B) 63.21º 0.76% 0.58% -
XYZ 22.06 27.06 5.73 -
YUV 133.44 73.01 134.11 -
System Red Green Blue C M Y K H S L
Decimal 142 148 36 0.04 0 0.76 0.42 63.21 0.61 0.36
Hex 8E 94 24 4 0 4C 2A 3F 3D 24
Octal 216 224 44 4 0 114 52 77 75 44
Binary 10001110 10010100 100100 100 0 1001100 101010 111111 111101 100100

Color Harmonies of #8E9424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9424

Black with #8E9424

Text Example


Text Example

White with #8E9424

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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