Html Css Color HEX #9ED0A5 Chinook

📋 copy color: '#9ED0A5'

red 158 ◦ green 208 ◦ blue 165

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

Shades of Chinook #9ED0A5

Tints of Chinook #9ED0A5

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.17%

 BLUE value IS 165 (64.84% from 255) = 31.07%

R = 29.76%
G = 39.17%
B = 31.07%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#9ED0A5 (or 0x9ED0A5) is known color: Chinook. HEX triplet: 9E, D0 and A5. RGB value is (158,208,165). Sum of RGB (Red+Green+Blue) = 158+208+165=531 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.76% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 165 (64.84% from 255 or 31.07% from 531); Max value from RGB is 208 - color contains mainly: green. Hex color #9ED0A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED0A5 is #612F5A. Grayscale: #BCBCBC. Windows color (decimal): -6369115 or 10866846. OLE color: 10866846.

HSL color Cylindrical-coordinate representation of color #9ED0A5: hue angle of 128.4º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9ED0A5 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB 158 208 165 -
CMYK 0.24 0 0.21 0.18
HSL 128.4º 0.35% 0.72% -
HSV(B) 128.4º 0.24% 0.82% -
XYZ 43.45 55.1 43.94 -
YUV 188.15 114.94 106.5 -
System Red Green Blue C M Y K H S L
Decimal 158 208 165 0.24 0 0.21 0.18 128.4 0.35 0.72
Hex 9E D0 A5 18 0 15 12 80 23 48
Octal 236 320 245 30 0 25 22 200 43 110
Binary 10011110 11010000 10100101 11000 0 10101 10010 10000000 100011 1001000

Color Harmonies of #9ED0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED0A5

Black with #9ED0A5

Text Example


Text Example

White with #9ED0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,208,165); }

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

background-color css

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

 a { background-color: rgb(158,208,165); }

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

border-color css

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

 span { border-color: rgb(158,208,165); }

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