#9EB914

Color #9EB914 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #9EB914

Tints of Citrus #9EB914

Color information

#9EB914 (or 0x9EB914) is unknown color: approx 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

RGB15818520-
CMYK0.1500.890.27
HSL69.82º80.49%40.2%-
HSV(B)69.82º89.19%72.55%-
XYZ31.5842.027.11-
YUV158.1250.05127.92-

RGB Variations

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

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.20% from 255) = 5.51%
R=43.53%
G=50.96%
B=5.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal158185200.1500.890.2769.8280.4940.2
Hex9EB914F0591B465028
Octal236271241701313310612050
Binary1001111010111001101001111010110011101110001101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>