#9DC265

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

Shades of Olivine #9DC265

Tints of Olivine #9DC265

Color information

#9DC265 (or 0x9DC265) is unknown color: approx Olivine. HEX triplet: 9D, C2 and 65. RGB value is (157,194,101). Sum of RGB (Red+Green+Blue) = 157+194+101=452 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.73% from 452); Green value is 194 (76.17% from 255 or 42.92% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 194 - color contains mainly: green. Hex color #9DC265 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC265 is #623D9A. Grayscale: #ACACAC. Windows color (decimal): -6438299 or 6668957. OLE color: 6668957.

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

Color convert

RGB157194101-
CMYK0.1900.480.24
HSL83.87º43.26%57.84%-
HSV(B)83.87º47.94%76.08%-
XYZ35.5546.6919.45-
YUV172.3487.74117.06-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.73%
GREEN value IS 194 (76.17% from 255) = 42.92%
BLUE value IS 101 (39.84% from 255) = 22.35%
R=34.73%
G=42.92%
B=22.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1571941010.1900.480.2483.8743.2657.84
Hex9DC2651303018542b3a
Octal23530214523060301245372
Binary10011101110000101100101100110110000110001010100101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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