#9CD564

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

Shades of Olivine #9CD564

Tints of Olivine #9CD564

Color information

#9CD564 (or 0x9CD564) is unknown color: approx Olivine. HEX triplet: 9C, D5 and 64. RGB value is (156,213,100). Sum of RGB (Red+Green+Blue) = 156+213+100=469 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.26% from 469); Green value is 213 (83.59% from 255 or 45.42% from 469); Blue value is 100 (39.45% from 255 or 21.32% from 469); Max value from RGB is 213 - color contains mainly: green. Hex color #9CD564 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD564 is #632A9B. Grayscale: #B7B7B7. Windows color (decimal): -6498972 or 6608284. OLE color: 6608284.

HSL color Cylindrical-coordinate representation of color #9CD564: hue angle of 90.27º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9CD564 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB156213100-
CMYK0.2700.530.16
HSL90.27º57.36%61.37%-
HSV(B)90.27º53.05%83.53%-
XYZ39.855.5820.69-
YUV183.0881.12108.69-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.26%
GREEN value IS 213 (83.59% from 255) = 45.42%
BLUE value IS 100 (39.45% from 255) = 21.32%
R=33.26%
G=45.42%
B=21.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1562131000.2700.530.1690.2757.3661.37
Hex9CD5641B035105a393d
Octal23432514433065201327175
Binary10011100110101011100100110110110101100001011010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,213,100); }

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

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

 a { background-color: rgb(156,213,100); }

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

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

 span { border-color: rgb(156,213,100); }

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