Html Css Color HEX #9ACE9E Chinook

📋 copy color: '#9ACE9E'

red 154 ◦ green 206 ◦ blue 158

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

Shades of Chinook #9ACE9E

Tints of Chinook #9ACE9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 30.5%

R = 29.73%
G = 39.77%
B = 30.5%

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

#9ACE9E (or 0x9ACE9E) is known color: Chinook. HEX triplet: 9A, CE and 9E. RGB value is (154,206,158). Sum of RGB (Red+Green+Blue) = 154+206+158=518 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.73% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 158 (62.11% from 255 or 30.50% from 518); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACE9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACE9E is #653161. Grayscale: #B9B9B9. Windows color (decimal): -6631778 or 10407578. OLE color: 10407578.

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

Color convert

RGB 154 206 158 -
CMYK 0.25 0 0.23 0.19
HSL 124.62º 0.35% 0.71% -
HSV(B) 124.62º 0.25% 0.81% -
XYZ 41.57 53.48 40.48 -
YUV 184.98 112.77 105.9 -
System Red Green Blue C M Y K H S L
Decimal 154 206 158 0.25 0 0.23 0.19 124.62 0.35 0.71
Hex 9A CE 9E 19 0 17 13 7D 23 47
Octal 232 316 236 31 0 27 23 175 43 107
Binary 10011010 11001110 10011110 11001 0 10111 10011 1111101 100011 1000111

Color Harmonies of #9ACE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACE9E

Black with #9ACE9E

Text Example


Text Example

White with #9ACE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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