Html Css Color HEX #9EB40A Citrus

📋 copy color: '#9EB40A'

red 158 ◦ green 180 ◦ blue 10

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

Shades of Citrus #9EB40A

Tints of Citrus #9EB40A

RGB

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

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

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

R = 45.4%
G = 51.72%
B = 2.87%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#9EB40A (or 0x9EB40A) is known color: Citrus. HEX triplet: 9E, B4 and 0A. RGB value is (158,180,10). Sum of RGB (Red+Green+Blue) = 158+180+10=348 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.40% from 348); Green value is 180 (70.70% from 255 or 51.72% from 348); Blue value is 10 (4.30% from 255 or 2.87% from 348); Max value from RGB is 180 - color contains mainly: green. Hex color #9EB40A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EB40A is #614BF5. Grayscale: #9A9A9A. Windows color (decimal): -6376438 or 701598. OLE color: 701598.

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

Color convert

RGB 158 180 10 -
CMYK 0.12 0 0.94 0.29
HSL 67.76º 0.89% 0.37% -
HSV(B) 67.76º 0.94% 0.71% -
XYZ 30.48 39.93 6.39 -
YUV 154.04 46.71 130.82 -
System Red Green Blue C M Y K H S L
Decimal 158 180 10 0.12 0 0.94 0.29 67.76 0.89 0.37
Hex 9E B4 A C 0 5E 1D 44 59 25
Octal 236 264 12 14 0 136 35 104 131 45
Binary 10011110 10110100 1010 1100 0 1011110 11101 1000100 1011001 100101

Color Harmonies of #9EB40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB40A

Black with #9EB40A

Text Example


Text Example

White with #9EB40A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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