Html Css Color HEX #9CC560 Olivine

📋 copy color: '#9CC560'

red 156 ◦ green 197 ◦ blue 96

#9CC560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivine #9CC560

Tints of Olivine #9CC560

RGB

 RED value IS 156 (61.33% from 255) = 34.74%

 GREEN value IS 197 (77.34% from 255) = 43.88%

 BLUE value IS 96 (37.89% from 255) = 21.38%

R = 34.74%
G = 43.88%
B = 21.38%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#9CC560 (or 0x9CC560) is known color: Olivine. HEX triplet: 9C, C5 and 60. RGB value is (156,197,96). Sum of RGB (Red+Green+Blue) = 156+197+96=449 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.74% from 449); Green value is 197 (77.34% from 255 or 43.88% from 449); Blue value is 96 (37.89% from 255 or 21.38% from 449); Max value from RGB is 197 - color contains mainly: green. Hex color #9CC560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC560 is #633A9F. Grayscale: #ADADAD. Windows color (decimal): -6503072 or 6342044. OLE color: 6342044.

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

Color convert

RGB 156 197 96 -
CMYK 0.21 0 0.51 0.23
HSL 84.36º 0.47% 0.57% -
HSV(B) 84.36º 0.51% 0.77% -
XYZ 35.79 47.84 18.42 -
YUV 173.23 84.42 115.71 -
System Red Green Blue C M Y K H S L
Decimal 156 197 96 0.21 0 0.51 0.23 84.36 0.47 0.57
Hex 9C C5 60 15 0 33 17 54 2F 39
Octal 234 305 140 25 0 63 27 124 57 71
Binary 10011100 11000101 1100000 10101 0 110011 10111 1010100 101111 111001

Color Harmonies of #9CC560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC560

Black with #9CC560

Text Example


Text Example

White with #9CC560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,197,96); }

 H1.HeaderClassName
 {
   color: #9CC560;
 }
 .AnyTagClassName
 {
   color: #9CC560;
 }
</style>

background-color css

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

 a { background-color: rgb(156,197,96); }

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

border-color css

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

 span { border-color: rgb(156,197,96); }

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