Html Css Color HEX #9EC000 Citrus

📋 copy color: '#9EC000'

red 158 ◦ green 192 ◦ blue 0

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

Shades of Citrus #9EC000

Tints of Citrus #9EC000

RGB

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

 GREEN value IS 192 (75.39% from 255) = 54.86%

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

R = 45.14%
G = 54.86%
B = 0%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#9EC000 (or 0x9EC000) is known color: Citrus. HEX triplet: 9E, C0 and 00. RGB value is (158,192,0). Sum of RGB (Red+Green+Blue) = 158+192+0=350 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.14% from 350); Green value is 192 (75.39% from 255 or 54.86% from 350); Blue value is 0 (0.39% from 255 or 0% from 350); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC000 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC000 is #613FFF. Grayscale: #A0A0A0. Windows color (decimal): -6373376 or 49310. OLE color: 49310.

HSL color Cylindrical-coordinate representation of color #9EC000: hue angle of 70.62º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9EC000 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 192 0 -
CMYK 0.18 0 1 0.25
HSL 70.62º 1% 0.38% -
HSV(B) 70.62º 1% 0.75% -
XYZ 32.95 44.97 6.94 -
YUV 159.95 37.74 126.61 -
System Red Green Blue C M Y K H S L
Decimal 158 192 0 0.18 0 1 0.25 70.62 1 0.38
Hex 9E C0 0 12 0 64 19 47 64 26
Octal 236 300 0 22 0 144 31 107 144 46
Binary 10011110 11000000 0 10010 0 1100100 11001 1000111 1100100 100110

Color Harmonies of #9EC000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC000

Black with #9EC000

Text Example


Text Example

White with #9EC000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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