Html Css Color HEX #8DA99D Cascade

📋 copy color: '#8DA99D'

red 141 ◦ green 169 ◦ blue 157

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

Shades of Cascade #8DA99D

Tints of Cascade #8DA99D

RGB

 RED value IS 141 (55.47% from 255) = 30.19%

 GREEN value IS 169 (66.41% from 255) = 36.19%

 BLUE value IS 157 (61.72% from 255) = 33.62%

R = 30.19%
G = 36.19%
B = 33.62%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#8DA99D (or 0x8DA99D) is known color: Cascade. HEX triplet: 8D, A9 and 9D. RGB value is (141,169,157). Sum of RGB (Red+Green+Blue) = 141+169+157=467 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.19% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 169 - color contains mainly: green. Hex color #8DA99D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA99D is #725662. Grayscale: #9F9F9F. Windows color (decimal): -7493219 or 10332557. OLE color: 10332557.

HSL color Cylindrical-coordinate representation of color #8DA99D: hue angle of 154.29º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8DA99D is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB 141 169 157 -
CMYK 0.17 0 0.07 0.34
HSL 154.29º 0.14% 0.61% -
HSV(B) 154.29º 0.17% 0.66% -
XYZ 31.26 36.47 37.29 -
YUV 159.26 126.72 114.98 -
System Red Green Blue C M Y K H S L
Decimal 141 169 157 0.17 0 0.07 0.34 154.29 0.14 0.61
Hex 8D A9 9D 11 0 7 22 9A E 3D
Octal 215 251 235 21 0 7 42 232 16 75
Binary 10001101 10101001 10011101 10001 0 111 100010 10011010 1110 111101

Color Harmonies of #8DA99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA99D

Black with #8DA99D

Text Example


Text Example

White with #8DA99D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8DA99D; }

 p { color: rgb(141,169,157); }

 H1.HeaderClassName
 {
   color: #8DA99D;
 }
 .AnyTagClassName
 {
   color: #8DA99D;
 }
</style>

background-color css

<style>
 a { background-color: #8DA99D; }

 a { background-color: rgb(141,169,157); }

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

border-color css

<style>
 span { border-color: #8DA99D; }

 span { border-color: rgb(141,169,157); }

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