Html Css Color HEX #9DDEA5 Chinook

📋 copy color: '#9DDEA5'

red 157 ◦ green 222 ◦ blue 165

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

Shades of Chinook #9DDEA5

Tints of Chinook #9DDEA5

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.81%

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

R = 28.86%
G = 40.81%
B = 30.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#9DDEA5 (or 0x9DDEA5) is known color: Chinook. HEX triplet: 9D, DE and A5. RGB value is (157,222,165). Sum of RGB (Red+Green+Blue) = 157+222+165=544 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.86% from 544); Green value is 222 (87.11% from 255 or 40.81% from 544); Blue value is 165 (64.84% from 255 or 30.33% from 544); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDEA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDEA5 is #62215A. Grayscale: #C4C4C4. Windows color (decimal): -6431067 or 10870429. OLE color: 10870429.

HSL color Cylindrical-coordinate representation of color #9DDEA5: hue angle of 127.38º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DDEA5 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 222 165 -
CMYK 0.29 0 0.26 0.13
HSL 127.38º 0.5% 0.74% -
HSV(B) 127.38º 0.29% 0.87% -
XYZ 46.82 62.13 45.12 -
YUV 196.07 110.47 100.13 -
System Red Green Blue C M Y K H S L
Decimal 157 222 165 0.29 0 0.26 0.13 127.38 0.5 0.74
Hex 9D DE A5 1D 0 1A D 7F 32 4A
Octal 235 336 245 35 0 32 15 177 62 112
Binary 10011101 11011110 10100101 11101 0 11010 1101 1111111 110010 1001010

Color Harmonies of #9DDEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDEA5

Black with #9DDEA5

Text Example


Text Example

White with #9DDEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,222,165); }

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

background-color css

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

 a { background-color: rgb(157,222,165); }

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

border-color css

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

 span { border-color: rgb(157,222,165); }

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