#9DCE6B

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

Shades of Olivine #9DCE6B

Tints of Olivine #9DCE6B

Color information

#9DCE6B (or 0x9DCE6B) is unknown color: approx Olivine. HEX triplet: 9D, CE and 6B. RGB value is (157,206,107). Sum of RGB (Red+Green+Blue) = 157+206+107=470 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.40% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 107 (42.19% from 255 or 22.77% from 470); Max value from RGB is 206 - color contains mainly: green. Hex color #9DCE6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCE6B is #623194. Grayscale: #B4B4B4. Windows color (decimal): -6435221 or 7065245. OLE color: 7065245.

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

Color convert

RGB157206107-
CMYK0.2400.480.19
HSL89.7º50.25%61.37%-
HSV(B)89.7º48.06%80.78%-
XYZ38.6352.3721.98-
YUV180.0686.77111.55-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.40%
GREEN value IS 206 (80.86% from 255) = 43.83%
BLUE value IS 107 (42.19% from 255) = 22.77%
R=33.40%
G=43.83%
B=22.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1572061070.2400.480.1989.750.2561.37
Hex9DCE6B18030135a323d
Octal23531615330060231326275
Binary10011101110011101101011110000110000100111011010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,206,107); }

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

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

 a { background-color: rgb(157,206,107); }

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

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

 span { border-color: rgb(157,206,107); }

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