#9DC158

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

Shades of Olivine #9DC158

Tints of Olivine #9DC158

Color information

#9DC158 (or 0x9DC158) is unknown color: approx Olivine. HEX triplet: 9D, C1 and 58. RGB value is (157,193,88). Sum of RGB (Red+Green+Blue) = 157+193+88=438 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.84% from 438); Green value is 193 (75.78% from 255 or 44.06% from 438); Blue value is 88 (34.77% from 255 or 20.09% from 438); Max value from RGB is 193 - color contains mainly: green. Hex color #9DC158 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC158 is #623EA7. Grayscale: #AAAAAA. Windows color (decimal): -6438568 or 5816733. OLE color: 5816733.

HSL color Cylindrical-coordinate representation of color #9DC158: hue angle of 80.57º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9DC158 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB15719388-
CMYK0.1900.540.24
HSL80.57º45.85%55.1%-
HSV(B)80.57º54.4%75.69%-
XYZ34.7446.0116.28-
YUV170.2781.57118.54-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.84%
GREEN value IS 193 (75.78% from 255) = 44.06%
BLUE value IS 88 (34.77% from 255) = 20.09%
R=35.84%
G=44.06%
B=20.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal157193880.1900.540.2480.5745.8555.1
Hex9DC1581303618512e37
Octal23530113023066301215667
Binary10011101110000011011000100110110110110001010001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,193,88); }

 H1.HeaderClassName
 {
   color: #9DC158;
 }
 .AnyTagClassName
 {
   color: #9DC158;
 }
</style>
background-color css

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

 a { background-color: rgb(157,193,88); }

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

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

 span { border-color: rgb(157,193,88); }

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