Html Css Color HEX #9EC40A Citrus

📋 copy color: '#9EC40A'

red 158 ◦ green 196 ◦ blue 10

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

Shades of Citrus #9EC40A

Tints of Citrus #9EC40A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.75%

R = 43.41%
G = 53.85%
B = 2.75%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#9EC40A (or 0x9EC40A) is known color: Citrus. HEX triplet: 9E, C4 and 0A. RGB value is (158,196,10). Sum of RGB (Red+Green+Blue) = 158+196+10=364 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.41% from 364); Green value is 196 (76.95% from 255 or 53.85% from 364); Blue value is 10 (4.30% from 255 or 2.75% from 364); Max value from RGB is 196 - color contains mainly: green. Hex color #9EC40A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC40A is #613BF5. Grayscale: #A4A4A4. Windows color (decimal): -6372342 or 705694. OLE color: 705694.

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

Color convert

RGB 158 196 10 -
CMYK 0.19 0 0.95 0.23
HSL 72.26º 0.9% 0.4% -
HSV(B) 72.26º 0.95% 0.77% -
XYZ 33.9 46.77 7.53 -
YUV 163.43 41.41 124.12 -
System Red Green Blue C M Y K H S L
Decimal 158 196 10 0.19 0 0.95 0.23 72.26 0.9 0.4
Hex 9E C4 A 13 0 5F 17 48 5A 28
Octal 236 304 12 23 0 137 27 110 132 50
Binary 10011110 11000100 1010 10011 0 1011111 10111 1001000 1011010 101000

Color Harmonies of #9EC40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC40A

Black with #9EC40A

Text Example


Text Example

White with #9EC40A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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