Html Css Color HEX #9EDBA8 Chinook

📋 copy color: '#9EDBA8'

red 158 ◦ green 219 ◦ blue 168

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

Shades of Chinook #9EDBA8

Tints of Chinook #9EDBA8

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.18%

 BLUE value IS 168 (66.02% from 255) = 30.83%

R = 28.99%
G = 40.18%
B = 30.83%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#9EDBA8 (or 0x9EDBA8) is known color: Chinook. HEX triplet: 9E, DB and A8. RGB value is (158,219,168). Sum of RGB (Red+Green+Blue) = 158+219+168=545 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.99% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 168 (66.02% from 255 or 30.83% from 545); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDBA8 is #612457. Grayscale: #C3C3C3. Windows color (decimal): -6366296 or 11066270. OLE color: 11066270.

HSL color Cylindrical-coordinate representation of color #9EDBA8: hue angle of 129.84º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EDBA8 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 219 168 -
CMYK 0.28 0 0.23 0.14
HSL 129.84º 0.46% 0.74% -
HSV(B) 129.84º 0.28% 0.86% -
XYZ 46.5 60.76 46.32 -
YUV 194.95 112.79 101.65 -
System Red Green Blue C M Y K H S L
Decimal 158 219 168 0.28 0 0.23 0.14 129.84 0.46 0.74
Hex 9E DB A8 1C 0 17 E 82 2E 4A
Octal 236 333 250 34 0 27 16 202 56 112
Binary 10011110 11011011 10101000 11100 0 10111 1110 10000010 101110 1001010

Color Harmonies of #9EDBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDBA8

Black with #9EDBA8

Text Example


Text Example

White with #9EDBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,219,168); }

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

background-color css

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

 a { background-color: rgb(158,219,168); }

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

border-color css

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

 span { border-color: rgb(158,219,168); }

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