Html Css Color HEX #9EC00D Citrus

📋 copy color: '#9EC00D'

red 158 ◦ green 192 ◦ blue 13

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

Shades of Citrus #9EC00D

Tints of Citrus #9EC00D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.58%

R = 43.53%
G = 52.89%
B = 3.58%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#9EC00D (or 0x9EC00D) is known color: Citrus. HEX triplet: 9E, C0 and 0D. RGB value is (158,192,13). Sum of RGB (Red+Green+Blue) = 158+192+13=363 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.53% from 363); Green value is 192 (75.39% from 255 or 52.89% from 363); Blue value is 13 (5.47% from 255 or 3.58% from 363); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC00D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC00D is #613FF2. Grayscale: #A2A2A2. Windows color (decimal): -6373363 or 901278. OLE color: 901278.

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

Color convert

RGB 158 192 13 -
CMYK 0.18 0 0.93 0.25
HSL 71.4º 0.87% 0.4% -
HSV(B) 71.4º 0.93% 0.75% -
XYZ 33.02 45 7.33 -
YUV 161.43 44.24 125.55 -
System Red Green Blue C M Y K H S L
Decimal 158 192 13 0.18 0 0.93 0.25 71.4 0.87 0.4
Hex 9E C0 D 12 0 5D 19 47 57 28
Octal 236 300 15 22 0 135 31 107 127 50
Binary 10011110 11000000 1101 10010 0 1011101 11001 1000111 1010111 101000

Color Harmonies of #9EC00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC00D

Black with #9EC00D

Text Example


Text Example

White with #9EC00D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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