Html Css Color HEX #9EB914 Citrus

📋 copy color: '#9EB914'

red 158 ◦ green 185 ◦ blue 20

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

Shades of Citrus #9EB914

Tints of Citrus #9EB914

RGB

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

 GREEN value IS 185 (72.66% from 255) = 50.96%

 BLUE value IS 20 (8.2% from 255) = 5.51%

R = 43.53%
G = 50.96%
B = 5.51%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#9EB914 (or 0x9EB914) is known color: Citrus. HEX triplet: 9E, B9 and 14. RGB value is (158,185,20). Sum of RGB (Red+Green+Blue) = 158+185+20=363 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.53% from 363); Green value is 185 (72.66% from 255 or 50.96% from 363); Blue value is 20 (8.20% from 255 or 5.51% from 363); Max value from RGB is 185 - color contains mainly: green. Hex color #9EB914 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EB914 is #6146EB. Grayscale: #9E9E9E. Windows color (decimal): -6375148 or 1358238. OLE color: 1358238.

HSL color Cylindrical-coordinate representation of color #9EB914: hue angle of 69.82º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9EB914 is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 158 185 20 -
CMYK 0.15 0 0.89 0.27
HSL 69.82º 0.8% 0.4% -
HSV(B) 69.82º 0.89% 0.73% -
XYZ 31.58 42.02 7.11 -
YUV 158.12 50.05 127.92 -
System Red Green Blue C M Y K H S L
Decimal 158 185 20 0.15 0 0.89 0.27 69.82 0.8 0.4
Hex 9E B9 14 F 0 59 1B 46 50 28
Octal 236 271 24 17 0 131 33 106 120 50
Binary 10011110 10111001 10100 1111 0 1011001 11011 1000110 1010000 101000

Color Harmonies of #9EB914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB914

Black with #9EB914

Text Example


Text Example

White with #9EB914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,185,20); }

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

background-color css

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

 a { background-color: rgb(158,185,20); }

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

border-color css

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

 span { border-color: rgb(158,185,20); }

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