#9CD168

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

Shades of Olivine #9CD168

Tints of Olivine #9CD168

Color information

#9CD168 (or 0x9CD168) is unknown color: approx Olivine. HEX triplet: 9C, D1 and 68. RGB value is (156,209,104). Sum of RGB (Red+Green+Blue) = 156+209+104=469 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.26% from 469); Green value is 209 (82.03% from 255 or 44.56% from 469); Blue value is 104 (41.02% from 255 or 22.17% from 469); Max value from RGB is 209 - color contains mainly: green. Hex color #9CD168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD168 is #632E97. Grayscale: #B5B5B5. Windows color (decimal): -6499992 or 6869404. OLE color: 6869404.

HSL color Cylindrical-coordinate representation of color #9CD168: hue angle of 90.29º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9CD168 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB156209104-
CMYK0.2500.500.18
HSL90.29º53.3%61.37%-
HSV(B)90.29º50.24%81.96%-
XYZ39.0153.6721.4-
YUV181.1884.44110.04-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.26%
GREEN value IS 209 (82.03% from 255) = 44.56%
BLUE value IS 104 (41.02% from 255) = 22.17%
R=33.26%
G=44.56%
B=22.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1562091040.2500.500.1890.2953.361.37
Hex9CD16819032125a353d
Octal23432115031062221326575
Binary10011100110100011101000110010110010100101011010110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,209,104); }

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

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

 a { background-color: rgb(156,209,104); }

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

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

 span { border-color: rgb(156,209,104); }

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