Html Css Color HEX #9CC5C0 Shadow Green

📋 copy color: '#9CC5C0'

red 156 ◦ green 197 ◦ blue 192

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

Shades of Shadow Green #9CC5C0

Tints of Shadow Green #9CC5C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.23%

R = 28.62%
G = 36.15%
B = 35.23%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#9CC5C0 (or 0x9CC5C0) is known color: Shadow Green. HEX triplet: 9C, C5 and C0. RGB value is (156,197,192). Sum of RGB (Red+Green+Blue) = 156+197+192=545 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.62% from 545); Green value is 197 (77.34% from 255 or 36.15% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 197 - color contains mainly: green. Hex color #9CC5C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CC5C0 is #633A3F. Grayscale: #B8B8B8. Windows color (decimal): -6502976 or 12633500. OLE color: 12633500.

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

Color convert

RGB 156 197 192 -
CMYK 0.21 0 0.03 0.23
HSL 172.68º 0.26% 0.69% -
HSV(B) 172.68º 0.21% 0.77% -
XYZ 43.19 50.81 57.4 -
YUV 184.17 132.42 107.91 -
System Red Green Blue C M Y K H S L
Decimal 156 197 192 0.21 0 0.03 0.23 172.68 0.26 0.69
Hex 9C C5 C0 15 0 3 17 AD 1A 45
Octal 234 305 300 25 0 3 27 255 32 105
Binary 10011100 11000101 11000000 10101 0 11 10111 10101101 11010 1000101

Color Harmonies of #9CC5C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC5C0

Black with #9CC5C0

Text Example


Text Example

White with #9CC5C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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