Html Css Color HEX #9DE5A8 Chinook

📋 copy color: '#9DE5A8'

red 157 ◦ green 229 ◦ blue 168

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

Shades of Chinook #9DE5A8

Tints of Chinook #9DE5A8

RGB

 RED value IS 157 (61.72% from 255) = 28.34%

 GREEN value IS 229 (89.84% from 255) = 41.34%

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

R = 28.34%
G = 41.34%
B = 30.32%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.27

 K value IS 0.10

RGB Variations

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

Color information

#9DE5A8 (or 0x9DE5A8) is known color: Chinook. HEX triplet: 9D, E5 and A8. RGB value is (157,229,168). Sum of RGB (Red+Green+Blue) = 157+229+168=554 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.34% from 554); Green value is 229 (89.84% from 255 or 41.34% from 554); Blue value is 168 (66.02% from 255 or 30.32% from 554); Max value from RGB is 229 - color contains mainly: green. Hex color #9DE5A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DE5A8 is #621A57. Grayscale: #C8C8C8. Windows color (decimal): -6429272 or 11068829. OLE color: 11068829.

HSL color Cylindrical-coordinate representation of color #9DE5A8: hue angle of 129.17º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DE5A8 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.10.

Color convert

RGB 157 229 168 -
CMYK 0.31 0 0.27 0.10
HSL 129.17º 0.58% 0.76% -
HSV(B) 129.17º 0.31% 0.9% -
XYZ 48.99 66.03 47.21 -
YUV 200.52 109.65 96.96 -
System Red Green Blue C M Y K H S L
Decimal 157 229 168 0.31 0 0.27 0.10 129.17 0.58 0.76
Hex 9D E5 A8 1F 0 1B A 81 3A 4C
Octal 235 345 250 37 0 33 12 201 72 114
Binary 10011101 11100101 10101000 11111 0 11011 1010 10000001 111010 1001100

Color Harmonies of #9DE5A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DE5A8

Black with #9DE5A8

Text Example


Text Example

White with #9DE5A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,229,168); }

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

background-color css

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

 a { background-color: rgb(157,229,168); }

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

border-color css

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

 span { border-color: rgb(157,229,168); }

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