Html Css Color HEX #9ACE9B Chinook

📋 copy color: '#9ACE9B'

red 154 ◦ green 206 ◦ blue 155

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

Shades of Chinook #9ACE9B

Tints of Chinook #9ACE9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.1%

R = 29.9%
G = 40%
B = 30.1%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#9ACE9B (or 0x9ACE9B) is known color: Chinook. HEX triplet: 9A, CE and 9B. RGB value is (154,206,155). Sum of RGB (Red+Green+Blue) = 154+206+155=515 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.90% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 155 (60.94% from 255 or 30.10% from 515); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACE9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACE9B is #653164. Grayscale: #B8B8B8. Windows color (decimal): -6631781 or 10210970. OLE color: 10210970.

HSL color Cylindrical-coordinate representation of color #9ACE9B: hue angle of 121.15º 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 #9ACE9B is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB 154 206 155 -
CMYK 0.25 0 0.25 0.19
HSL 121.15º 0.35% 0.71% -
HSV(B) 121.15º 0.25% 0.81% -
XYZ 41.31 53.38 39.14 -
YUV 184.64 111.27 106.15 -
System Red Green Blue C M Y K H S L
Decimal 154 206 155 0.25 0 0.25 0.19 121.15 0.35 0.71
Hex 9A CE 9B 19 0 19 13 79 23 47
Octal 232 316 233 31 0 31 23 171 43 107
Binary 10011010 11001110 10011011 11001 0 11001 10011 1111001 100011 1000111

Color Harmonies of #9ACE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACE9B

Black with #9ACE9B

Text Example


Text Example

White with #9ACE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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