#9DC468

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

Shades of Olivine #9DC468

Tints of Olivine #9DC468

Color information

#9DC468 (or 0x9DC468) is unknown color: approx Olivine. HEX triplet: 9D, C4 and 68. RGB value is (157,196,104). Sum of RGB (Red+Green+Blue) = 157+196+104=457 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.35% from 457); Green value is 196 (76.95% from 255 or 42.89% from 457); Blue value is 104 (41.02% from 255 or 22.76% from 457); Max value from RGB is 196 - color contains mainly: green. Hex color #9DC468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC468 is #623B97. Grayscale: #AEAEAE. Windows color (decimal): -6437784 or 6866077. OLE color: 6866077.

HSL color Cylindrical-coordinate representation of color #9DC468: hue angle of 85.43º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9DC468 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB157196104-
CMYK0.2000.470.23
HSL85.43º43.81%58.82%-
HSV(B)85.43º46.94%76.86%-
XYZ36.1447.6520.39-
YUV173.8588.58115.98-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.35%
GREEN value IS 196 (76.95% from 255) = 42.89%
BLUE value IS 104 (41.02% from 255) = 22.76%
R=34.35%
G=42.89%
B=22.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1571961040.2000.470.2385.4343.8158.82
Hex9DC4681402F17552c3b
Octal23530415024057271255473
Binary10011101110001001101000101000101111101111010101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,196,104); }

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

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

 a { background-color: rgb(157,196,104); }

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

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

 span { border-color: rgb(157,196,104); }

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