#9DC07E

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

Shades of Olivine #9DC07E

Tints of Olivine #9DC07E

Color information

#9DC07E (or 0x9DC07E) is unknown color: approx Olivine. HEX triplet: 9D, C0 and 7E. RGB value is (157,192,126). Sum of RGB (Red+Green+Blue) = 157+192+126=475 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.05% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC07E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC07E is #623F81. Grayscale: #AEAEAE. Windows color (decimal): -6438786 or 8306845. OLE color: 8306845.

HSL color Cylindrical-coordinate representation of color #9DC07E: hue angle of 91.82º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DC07E is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB157192126-
CMYK0.1800.340.25
HSL91.82º34.38%62.35%-
HSV(B)91.82º34.38%75.29%-
XYZ36.5246.3726.76-
YUV174.01100.9115.87-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.05%
GREEN value IS 192 (75.39% from 255) = 40.42%
BLUE value IS 126 (49.61% from 255) = 26.53%
R=33.05%
G=40.42%
B=26.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1571921260.1800.340.2591.8234.3862.35
Hex9DC07E12022195c223e
Octal23530017622042311344276
Binary10011101110000001111110100100100010110011011100100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,192,126); }

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

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

 a { background-color: rgb(157,192,126); }

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

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

 span { border-color: rgb(157,192,126); }

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