Html Css Color HEX #8DA399 Cascade

📋 copy color: '#8DA399'

red 141 ◦ green 163 ◦ blue 153

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

Shades of Cascade #8DA399

Tints of Cascade #8DA399

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.67%

 BLUE value IS 153 (60.16% from 255) = 33.48%

R = 30.85%
G = 35.67%
B = 33.48%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#8DA399 (or 0x8DA399) is known color: Cascade. HEX triplet: 8D, A3 and 99. RGB value is (141,163,153). Sum of RGB (Red+Green+Blue) = 141+163+153=457 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.85% from 457); Green value is 163 (64.06% from 255 or 35.67% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 163 - color contains mainly: green. Hex color #8DA399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA399 is #725C66. Grayscale: #9B9B9B. Windows color (decimal): -7494759 or 10068877. OLE color: 10068877.

HSL color Cylindrical-coordinate representation of color #8DA399: hue angle of 152.73º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8DA399 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 141 163 153 -
CMYK 0.13 0 0.06 0.36
HSL 152.73º 0.11% 0.6% -
HSV(B) 152.73º 0.13% 0.64% -
XYZ 29.83 34.16 35.16 -
YUV 155.28 126.71 117.81 -
System Red Green Blue C M Y K H S L
Decimal 141 163 153 0.13 0 0.06 0.36 152.73 0.11 0.6
Hex 8D A3 99 D 0 6 24 99 B 3C
Octal 215 243 231 15 0 6 44 231 13 74
Binary 10001101 10100011 10011001 1101 0 110 100100 10011001 1011 111100

Color Harmonies of #8DA399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA399

Black with #8DA399

Text Example


Text Example

White with #8DA399

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,163,153); }

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

background-color css

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

 a { background-color: rgb(141,163,153); }

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

border-color css

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

 span { border-color: rgb(141,163,153); }

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