#9DD365

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

Shades of Olivine #9DD365

Tints of Olivine #9DD365

Color information

#9DD365 (or 0x9DD365) is unknown color: approx Olivine. HEX triplet: 9D, D3 and 65. RGB value is (157,211,101). Sum of RGB (Red+Green+Blue) = 157+211+101=469 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.48% from 469); Green value is 211 (82.81% from 255 or 44.99% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 211 - color contains mainly: green. Hex color #9DD365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD365 is #622C9A. Grayscale: #B6B6B6. Windows color (decimal): -6433947 or 6673309. OLE color: 6673309.

HSL color Cylindrical-coordinate representation of color #9DD365: hue angle of 89.45º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9DD365 is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB157211101-
CMYK0.2600.520.17
HSL89.45º55.56%61.18%-
HSV(B)89.45º52.13%82.75%-
XYZ39.5554.720.78-
YUV182.3182.11109.94-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.48%
GREEN value IS 211 (82.81% from 255) = 44.99%
BLUE value IS 101 (39.84% from 255) = 21.54%
R=33.48%
G=44.99%
B=21.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1572111010.2600.520.1789.4555.5661.18
Hex9DD3651A0341159383d
Octal23532314532064211317075
Binary10011101110100111100101110100110100100011011001111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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