#9DC365

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

Shades of Olivine #9DC365

Tints of Olivine #9DC365

Color information

#9DC365 (or 0x9DC365) is unknown color: approx Olivine. HEX triplet: 9D, C3 and 65. RGB value is (157,195,101). Sum of RGB (Red+Green+Blue) = 157+195+101=453 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.66% from 453); Green value is 195 (76.56% from 255 or 43.05% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 195 - color contains mainly: green. Hex color #9DC365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC365 is #623C9A. Grayscale: #ADADAD. Windows color (decimal): -6438043 or 6669213. OLE color: 6669213.

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

Color convert

RGB157195101-
CMYK0.1900.480.24
HSL84.26º43.93%58.04%-
HSV(B)84.26º48.21%76.47%-
XYZ35.7747.1419.53-
YUV172.9287.41116.64-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.66%
GREEN value IS 195 (76.56% from 255) = 43.05%
BLUE value IS 101 (39.84% from 255) = 22.30%
R=34.66%
G=43.05%
B=22.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1571951010.1900.480.2484.2643.9358.04
Hex9DC3651303018542c3a
Octal23530314523060301245472
Binary10011101110000111100101100110110000110001010100101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,195,101); }

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

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

 a { background-color: rgb(157,195,101); }

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

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

 span { border-color: rgb(157,195,101); }

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