Html Css Color HEX #9CD5A2 Chinook

📋 copy color: '#9CD5A2'

red 156 ◦ green 213 ◦ blue 162

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

Shades of Chinook #9CD5A2

Tints of Chinook #9CD5A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 30.51%

R = 29.38%
G = 40.11%
B = 30.51%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#9CD5A2 (or 0x9CD5A2) is known color: Chinook. HEX triplet: 9C, D5 and A2. RGB value is (156,213,162). Sum of RGB (Red+Green+Blue) = 156+213+162=531 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.38% from 531); Green value is 213 (83.59% from 255 or 40.11% from 531); Blue value is 162 (63.67% from 255 or 30.51% from 531); Max value from RGB is 213 - color contains mainly: green. Hex color #9CD5A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CD5A2 is #632A5D. Grayscale: #BEBEBE. Windows color (decimal): -6498910 or 10671516. OLE color: 10671516.

HSL color Cylindrical-coordinate representation of color #9CD5A2: hue angle of 126.32º 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 #9CD5A2 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB 156 213 162 -
CMYK 0.27 0 0.24 0.16
HSL 126.32º 0.4% 0.72% -
HSV(B) 126.32º 0.27% 0.84% -
XYZ 44.03 57.27 42.92 -
YUV 190.14 112.12 103.65 -
System Red Green Blue C M Y K H S L
Decimal 156 213 162 0.27 0 0.24 0.16 126.32 0.4 0.72
Hex 9C D5 A2 1B 0 18 10 7E 28 48
Octal 234 325 242 33 0 30 20 176 50 110
Binary 10011100 11010101 10100010 11011 0 11000 10000 1111110 101000 1001000

Color Harmonies of #9CD5A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CD5A2

Black with #9CD5A2

Text Example


Text Example

White with #9CD5A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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