Html Css Color HEX #9ACE9F Chinook

📋 copy color: '#9ACE9F'

red 154 ◦ green 206 ◦ blue 159

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

Shades of Chinook #9ACE9F

Tints of Chinook #9ACE9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 30.64%

R = 29.67%
G = 39.69%
B = 30.64%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#9ACE9F (or 0x9ACE9F) is known color: Chinook. HEX triplet: 9A, CE and 9F. RGB value is (154,206,159). Sum of RGB (Red+Green+Blue) = 154+206+159=519 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.67% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 159 (62.5% from 255 or 30.64% from 519); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACE9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACE9F is #653160. Grayscale: #B9B9B9. Windows color (decimal): -6631777 or 10473114. OLE color: 10473114.

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

Color convert

RGB 154 206 159 -
CMYK 0.25 0 0.23 0.19
HSL 125.77º 0.35% 0.71% -
HSV(B) 125.77º 0.25% 0.81% -
XYZ 41.66 53.52 40.93 -
YUV 185.09 113.27 105.82 -
System Red Green Blue C M Y K H S L
Decimal 154 206 159 0.25 0 0.23 0.19 125.77 0.35 0.71
Hex 9A CE 9F 19 0 17 13 7E 23 47
Octal 232 316 237 31 0 27 23 176 43 107
Binary 10011010 11001110 10011111 11001 0 10111 10011 1111110 100011 1000111

Color Harmonies of #9ACE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACE9F

Black with #9ACE9F

Text Example


Text Example

White with #9ACE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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