Html Css Color HEX #9CD5A0 Chinook

📋 copy color: '#9CD5A0'

red 156 ◦ green 213 ◦ blue 160

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

Shades of Chinook #9CD5A0

Tints of Chinook #9CD5A0

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.26%

 BLUE value IS 160 (62.89% from 255) = 30.25%

R = 29.49%
G = 40.26%
B = 30.25%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#9CD5A0 (or 0x9CD5A0) is known color: Chinook. HEX triplet: 9C, D5 and A0. RGB value is (156,213,160). Sum of RGB (Red+Green+Blue) = 156+213+160=529 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.49% from 529); Green value is 213 (83.59% from 255 or 40.26% from 529); Blue value is 160 (62.89% from 255 or 30.25% from 529); Max value from RGB is 213 - color contains mainly: green. Hex color #9CD5A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CD5A0 is #632A5F. Grayscale: #BEBEBE. Windows color (decimal): -6498912 or 10540444. OLE color: 10540444.

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

Color convert

RGB 156 213 160 -
CMYK 0.27 0 0.25 0.16
HSL 124.21º 0.4% 0.72% -
HSV(B) 124.21º 0.27% 0.84% -
XYZ 43.85 57.19 41.99 -
YUV 189.92 111.12 103.81 -
System Red Green Blue C M Y K H S L
Decimal 156 213 160 0.27 0 0.25 0.16 124.21 0.4 0.72
Hex 9C D5 A0 1B 0 19 10 7C 28 48
Octal 234 325 240 33 0 31 20 174 50 110
Binary 10011100 11010101 10100000 11011 0 11001 10000 1111100 101000 1001000

Color Harmonies of #9CD5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CD5A0

Black with #9CD5A0

Text Example


Text Example

White with #9CD5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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