Html Css Color HEX #9EA100 Citrus

📋 copy color: '#9EA100'

red 158 ◦ green 161 ◦ blue 0

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

Shades of Citrus #9EA100

Tints of Citrus #9EA100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.53%
G = 50.47%
B = 0%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#9EA100 (or 0x9EA100) is known color: Citrus. HEX triplet: 9E, A1 and 00. RGB value is (158,161,0). Sum of RGB (Red+Green+Blue) = 158+161+0=319 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.53% from 319); Green value is 161 (63.28% from 255 or 50.47% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 161 - color contains mainly: green. Hex color #9EA100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EA100 is #615EFF. Grayscale: #8E8E8E. Windows color (decimal): -6381312 or 41374. OLE color: 41374.

HSL color Cylindrical-coordinate representation of color #9EA100: hue angle of 61.12º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9EA100 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.37.

Color convert

RGB 158 161 0 -
CMYK 0.02 0 1 0.37
HSL 61.12º 1% 0.32% -
HSV(B) 61.12º 1% 0.63% -
XYZ 26.85 32.76 4.91 -
YUV 141.75 48.01 139.59 -
System Red Green Blue C M Y K H S L
Decimal 158 161 0 0.02 0 1 0.37 61.12 1 0.32
Hex 9E A1 0 2 0 64 25 3D 64 20
Octal 236 241 0 2 0 144 45 75 144 40
Binary 10011110 10100001 0 10 0 1100100 100101 111101 1100100 100000

Color Harmonies of #9EA100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA100

Black with #9EA100

Text Example


Text Example

White with #9EA100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,161,0); }

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

background-color css

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

 a { background-color: rgb(158,161,0); }

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

border-color css

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

 span { border-color: rgb(158,161,0); }

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