#9DC168

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

Shades of Olivine #9DC168

Tints of Olivine #9DC168

Color information

#9DC168 (or 0x9DC168) is unknown color: approx Olivine. HEX triplet: 9D, C1 and 68. RGB value is (157,193,104). Sum of RGB (Red+Green+Blue) = 157+193+104=454 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.58% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 104 (41.02% from 255 or 22.91% from 454); Max value from RGB is 193 - color contains mainly: green. Hex color #9DC168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC168 is #623E97. Grayscale: #ACACAC. Windows color (decimal): -6438552 or 6865309. OLE color: 6865309.

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

Color convert

RGB157193104-
CMYK0.1900.460.24
HSL84.27º41.78%58.24%-
HSV(B)84.27º46.11%75.69%-
XYZ35.4746.3120.17-
YUV172.0989.57117.24-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.58%
GREEN value IS 193 (75.78% from 255) = 42.51%
BLUE value IS 104 (41.02% from 255) = 22.91%
R=34.58%
G=42.51%
B=22.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1571931040.1900.460.2484.2741.7858.24
Hex9DC1681302E18542a3a
Octal23530115023056301245272
Binary10011101110000011101000100110101110110001010100101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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