Html Css Color HEX #9EC40E Citrus

📋 copy color: '#9EC40E'

red 158 ◦ green 196 ◦ blue 14

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

Shades of Citrus #9EC40E

Tints of Citrus #9EC40E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 53.26%

 BLUE value IS 14 (5.86% from 255) = 3.8%

R = 42.93%
G = 53.26%
B = 3.8%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#9EC40E (or 0x9EC40E) is known color: Citrus. HEX triplet: 9E, C4 and 0E. RGB value is (158,196,14). Sum of RGB (Red+Green+Blue) = 158+196+14=368 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.93% from 368); Green value is 196 (76.95% from 255 or 53.26% from 368); Blue value is 14 (5.86% from 255 or 3.80% from 368); Max value from RGB is 196 - color contains mainly: green. Hex color #9EC40E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC40E is #613BF1. Grayscale: #A4A4A4. Windows color (decimal): -6372338 or 967838. OLE color: 967838.

HSL color Cylindrical-coordinate representation of color #9EC40E: hue angle of 72.53º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9EC40E is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 158 196 14 -
CMYK 0.19 0 0.93 0.23
HSL 72.53º 0.87% 0.41% -
HSV(B) 72.53º 0.93% 0.77% -
XYZ 33.92 46.78 7.66 -
YUV 163.89 43.41 123.8 -
System Red Green Blue C M Y K H S L
Decimal 158 196 14 0.19 0 0.93 0.23 72.53 0.87 0.41
Hex 9E C4 E 13 0 5D 17 49 57 29
Octal 236 304 16 23 0 135 27 111 127 51
Binary 10011110 11000100 1110 10011 0 1011101 10111 1001001 1010111 101001

Color Harmonies of #9EC40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC40E

Black with #9EC40E

Text Example


Text Example

White with #9EC40E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,196,14); }

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

background-color css

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

 a { background-color: rgb(158,196,14); }

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

border-color css

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

 span { border-color: rgb(158,196,14); }

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