#9DD063

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

Shades of Olivine #9DD063

Tints of Olivine #9DD063

Color information

#9DD063 (or 0x9DD063) is unknown color: approx Olivine. HEX triplet: 9D, D0 and 63. RGB value is (157,208,99). Sum of RGB (Red+Green+Blue) = 157+208+99=464 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.84% from 464); Green value is 208 (81.64% from 255 or 44.83% from 464); Blue value is 99 (39.06% from 255 or 21.34% from 464); Max value from RGB is 208 - color contains mainly: green. Hex color #9DD063 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD063 is #622F9C. Grayscale: #B4B4B4. Windows color (decimal): -6434717 or 6541469. OLE color: 6541469.

HSL color Cylindrical-coordinate representation of color #9DD063: hue angle of 88.07º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9DD063 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB15720899-
CMYK0.2500.520.18
HSL88.07º53.69%60.2%-
HSV(B)88.07º52.4%81.57%-
XYZ38.7153.1820.03-
YUV180.3282.1111.36-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.84%
GREEN value IS 208 (81.64% from 255) = 44.83%
BLUE value IS 99 (39.06% from 255) = 21.34%
R=33.84%
G=44.83%
B=21.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal157208990.2500.520.1888.0753.6960.2
Hex9DD063190341258363c
Octal23532014331064221306674
Binary10011101110100001100011110010110100100101011000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,208,99); }

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

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

 a { background-color: rgb(157,208,99); }

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

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

 span { border-color: rgb(157,208,99); }

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