Html Css Color HEX #9ACE9C Chinook

📋 copy color: '#9ACE9C'

red 154 ◦ green 206 ◦ blue 156

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

Shades of Chinook #9ACE9C

Tints of Chinook #9ACE9C

RGB

 RED value IS 154 (60.55% from 255) = 29.84%

 GREEN value IS 206 (80.86% from 255) = 39.92%

 BLUE value IS 156 (61.33% from 255) = 30.23%

R = 29.84%
G = 39.92%
B = 30.23%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#9ACE9C (or 0x9ACE9C) is known color: Chinook. HEX triplet: 9A, CE and 9C. RGB value is (154,206,156). Sum of RGB (Red+Green+Blue) = 154+206+156=516 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.84% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 156 (61.33% from 255 or 30.23% from 516); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACE9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACE9C is #653163. Grayscale: #B8B8B8. Windows color (decimal): -6631780 or 10276506. OLE color: 10276506.

HSL color Cylindrical-coordinate representation of color #9ACE9C: hue angle of 122.31º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ACE9C is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB 154 206 156 -
CMYK 0.25 0 0.24 0.19
HSL 122.31º 0.35% 0.71% -
HSV(B) 122.31º 0.25% 0.81% -
XYZ 41.4 53.41 39.58 -
YUV 184.75 111.77 106.07 -
System Red Green Blue C M Y K H S L
Decimal 154 206 156 0.25 0 0.24 0.19 122.31 0.35 0.71
Hex 9A CE 9C 19 0 18 13 7A 23 47
Octal 232 316 234 31 0 30 23 172 43 107
Binary 10011010 11001110 10011100 11001 0 11000 10011 1111010 100011 1000111

Color Harmonies of #9ACE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACE9C

Black with #9ACE9C

Text Example


Text Example

White with #9ACE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,206,156); }

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

background-color css

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

 a { background-color: rgb(154,206,156); }

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

border-color css

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

 span { border-color: rgb(154,206,156); }

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