Html Css Color HEX #9EA40A Citrus

📋 copy color: '#9EA40A'

red 158 ◦ green 164 ◦ blue 10

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

Shades of Citrus #9EA40A

Tints of Citrus #9EA40A

RGB

 RED value IS 158 (62.11% from 255) = 47.59%

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

 BLUE value IS 10 (4.3% from 255) = 3.01%

R = 47.59%
G = 49.4%
B = 3.01%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#9EA40A (or 0x9EA40A) is known color: Citrus. HEX triplet: 9E, A4 and 0A. RGB value is (158,164,10). Sum of RGB (Red+Green+Blue) = 158+164+10=332 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.59% from 332); Green value is 164 (64.45% from 255 or 49.40% from 332); Blue value is 10 (4.30% from 255 or 3.01% from 332); Max value from RGB is 164 - color contains mainly: green. Hex color #9EA40A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EA40A is #615BF5. Grayscale: #919191. Windows color (decimal): -6380534 or 697502. OLE color: 697502.

HSL color Cylindrical-coordinate representation of color #9EA40A: hue angle of 62.34º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9EA40A is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB 158 164 10 -
CMYK 0.04 0 0.94 0.36
HSL 62.34º 0.89% 0.34% -
HSV(B) 62.34º 0.94% 0.64% -
XYZ 27.43 33.84 5.37 -
YUV 144.65 52.01 137.52 -
System Red Green Blue C M Y K H S L
Decimal 158 164 10 0.04 0 0.94 0.36 62.34 0.89 0.34
Hex 9E A4 A 4 0 5E 24 3E 59 22
Octal 236 244 12 4 0 136 44 76 131 42
Binary 10011110 10100100 1010 100 0 1011110 100100 111110 1011001 100010

Color Harmonies of #9EA40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA40A

Black with #9EA40A

Text Example


Text Example

White with #9EA40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EA40A; }

 p { color: rgb(158,164,10); }

 H1.HeaderClassName
 {
   color: #9EA40A;
 }
 .AnyTagClassName
 {
   color: #9EA40A;
 }
</style>

background-color css

<style>
 a { background-color: #9EA40A; }

 a { background-color: rgb(158,164,10); }

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

border-color css

<style>
 span { border-color: #9EA40A; }

 span { border-color: rgb(158,164,10); }

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