Html Css Color HEX #9CDCA2 Chinook

📋 copy color: '#9CDCA2'

red 156 ◦ green 220 ◦ blue 162

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

Shades of Chinook #9CDCA2

Tints of Chinook #9CDCA2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.89%

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

R = 29%
G = 40.89%
B = 30.11%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#9CDCA2 (or 0x9CDCA2) is known color: Chinook. HEX triplet: 9C, DC and A2. RGB value is (156,220,162). Sum of RGB (Red+Green+Blue) = 156+220+162=538 (71% of max value = 765). Red value is 156 (61.33% from 255 or 29.00% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 162 (63.67% from 255 or 30.11% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #9CDCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDCA2 is #63235D. Grayscale: #C2C2C2. Windows color (decimal): -6497118 or 10673308. OLE color: 10673308.

HSL color Cylindrical-coordinate representation of color #9CDCA2: hue angle of 125.62º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CDCA2 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 220 162 -
CMYK 0.29 0 0.26 0.14
HSL 125.63º 0.48% 0.74% -
HSV(B) 125.63º 0.29% 0.86% -
XYZ 45.83 60.86 43.51 -
YUV 194.25 109.8 100.72 -
System Red Green Blue C M Y K H S L
Decimal 156 220 162 0.29 0 0.26 0.14 125.63 0.48 0.74
Hex 9C DC A2 1D 0 1A E 7E 30 4A
Octal 234 334 242 35 0 32 16 176 60 112
Binary 10011100 11011100 10100010 11101 0 11010 1110 1111110 110000 1001010

Color Harmonies of #9CDCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDCA2

Black with #9CDCA2

Text Example


Text Example

White with #9CDCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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