Html Css Color HEX #9ED9A3 Chinook

📋 copy color: '#9ED9A3'

red 158 ◦ green 217 ◦ blue 163

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

Shades of Chinook #9ED9A3

Tints of Chinook #9ED9A3

RGB

 RED value IS 158 (62.11% from 255) = 29.37%

 GREEN value IS 217 (85.16% from 255) = 40.33%

 BLUE value IS 163 (64.06% from 255) = 30.3%

R = 29.37%
G = 40.33%
B = 30.3%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#9ED9A3 (or 0x9ED9A3) is known color: Chinook. HEX triplet: 9E, D9 and A3. RGB value is (158,217,163). Sum of RGB (Red+Green+Blue) = 158+217+163=538 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.37% from 538); Green value is 217 (85.16% from 255 or 40.33% from 538); Blue value is 163 (64.06% from 255 or 30.30% from 538); Max value from RGB is 217 - color contains mainly: green. Hex color #9ED9A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED9A3 is #61265C. Grayscale: #C1C1C1. Windows color (decimal): -6366813 or 10738078. OLE color: 10738078.

HSL color Cylindrical-coordinate representation of color #9ED9A3: hue angle of 125.08º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9ED9A3 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 158 217 163 -
CMYK 0.27 0 0.25 0.15
HSL 125.08º 0.44% 0.74% -
HSV(B) 125.08º 0.27% 0.85% -
XYZ 45.52 59.54 43.74 -
YUV 193.2 110.95 102.89 -
System Red Green Blue C M Y K H S L
Decimal 158 217 163 0.27 0 0.25 0.15 125.08 0.44 0.74
Hex 9E D9 A3 1B 0 19 F 7D 2C 4A
Octal 236 331 243 33 0 31 17 175 54 112
Binary 10011110 11011001 10100011 11011 0 11001 1111 1111101 101100 1001010

Color Harmonies of #9ED9A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED9A3

Black with #9ED9A3

Text Example


Text Example

White with #9ED9A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,217,163); }

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

background-color css

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

 a { background-color: rgb(158,217,163); }

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

border-color css

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

 span { border-color: rgb(158,217,163); }

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