Html Css Color HEX #96C0AF Shadow Green

📋 copy color: '#96C0AF'

red 150 ◦ green 192 ◦ blue 175

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

Shades of Shadow Green #96C0AF

Tints of Shadow Green #96C0AF

RGB

 RED value IS 150 (58.98% from 255) = 29.01%

 GREEN value IS 192 (75.39% from 255) = 37.14%

 BLUE value IS 175 (68.75% from 255) = 33.85%

R = 29.01%
G = 37.14%
B = 33.85%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#96C0AF (or 0x96C0AF) is known color: Shadow Green. HEX triplet: 96, C0 and AF. RGB value is (150,192,175). Sum of RGB (Red+Green+Blue) = 150+192+175=517 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.01% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 192 - color contains mainly: green. Hex color #96C0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C0AF is #693F50. Grayscale: #B1B1B1. Windows color (decimal): -6897489 or 11518102. OLE color: 11518102.

HSL color Cylindrical-coordinate representation of color #96C0AF: hue angle of 155.71º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #96C0AF is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 192 175 -
CMYK 0.22 0 0.09 0.25
HSL 155.71º 0.25% 0.67% -
HSV(B) 155.71º 0.22% 0.75% -
XYZ 39.17 47.28 47.62 -
YUV 177.5 126.59 108.38 -
System Red Green Blue C M Y K H S L
Decimal 150 192 175 0.22 0 0.09 0.25 155.71 0.25 0.67
Hex 96 C0 AF 16 0 9 19 9C 19 43
Octal 226 300 257 26 0 11 31 234 31 103
Binary 10010110 11000000 10101111 10110 0 1001 11001 10011100 11001 1000011

Color Harmonies of #96C0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C0AF

Black with #96C0AF

Text Example


Text Example

White with #96C0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96C0AF; }

 p { color: rgb(150,192,175); }

 H1.HeaderClassName
 {
   color: #96C0AF;
 }
 .AnyTagClassName
 {
   color: #96C0AF;
 }
</style>

background-color css

<style>
 a { background-color: #96C0AF; }

 a { background-color: rgb(150,192,175); }

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

border-color css

<style>
 span { border-color: #96C0AF; }

 span { border-color: rgb(150,192,175); }

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