#9DC26C

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

Shades of Olivine #9DC26C

Tints of Olivine #9DC26C

Color information

#9DC26C (or 0x9DC26C) is unknown color: approx Olivine. HEX triplet: 9D, C2 and 6C. RGB value is (157,194,108). Sum of RGB (Red+Green+Blue) = 157+194+108=459 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.20% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 194 - color contains mainly: green. Hex color #9DC26C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC26C is #623D93. Grayscale: #ADADAD. Windows color (decimal): -6438292 or 7127709. OLE color: 7127709.

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

Color convert

RGB157194108-
CMYK0.1900.440.24
HSL85.81º41.35%59.22%-
HSV(B)85.81º44.33%76.08%-
XYZ35.946.8321.33-
YUV173.1391.24116.49-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.20%
GREEN value IS 194 (76.17% from 255) = 42.27%
BLUE value IS 108 (42.58% from 255) = 23.53%
R=34.20%
G=42.27%
B=23.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1571941080.1900.440.2485.8141.3559.22
Hex9DC26C1302C1856293b
Octal23530215423054301265173
Binary10011101110000101101100100110101100110001010110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,194,108); }

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

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

 a { background-color: rgb(157,194,108); }

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

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

 span { border-color: rgb(157,194,108); }

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