Html Css Color HEX #9EB400 Citrus

📋 copy color: '#9EB400'

red 158 ◦ green 180 ◦ blue 0

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

Shades of Citrus #9EB400

Tints of Citrus #9EB400

RGB

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

 GREEN value IS 180 (70.7% from 255) = 53.25%

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

R = 46.75%
G = 53.25%
B = 0%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#9EB400 (or 0x9EB400) is known color: Citrus. HEX triplet: 9E, B4 and 00. RGB value is (158,180,0). Sum of RGB (Red+Green+Blue) = 158+180+0=338 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.75% from 338); Green value is 180 (70.70% from 255 or 53.25% from 338); Blue value is 0 (0.39% from 255 or 0% from 338); Max value from RGB is 180 - color contains mainly: green. Hex color #9EB400 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EB400 is #614BFF. Grayscale: #999999. Windows color (decimal): -6376448 or 46238. OLE color: 46238.

HSL color Cylindrical-coordinate representation of color #9EB400: hue angle of 67.33º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9EB400 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 158 180 0 -
CMYK 0.12 0 1 0.29
HSL 67.33º 1% 0.35% -
HSV(B) 67.33º 1% 0.71% -
XYZ 30.42 39.91 6.1 -
YUV 152.9 41.71 131.64 -
System Red Green Blue C M Y K H S L
Decimal 158 180 0 0.12 0 1 0.29 67.33 1 0.35
Hex 9E B4 0 C 0 64 1D 43 64 23
Octal 236 264 0 14 0 144 35 103 144 43
Binary 10011110 10110100 0 1100 0 1100100 11101 1000011 1100100 100011

Color Harmonies of #9EB400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB400

Black with #9EB400

Text Example


Text Example

White with #9EB400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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