Html Css Color HEX #8DA398 Cascade

📋 copy color: '#8DA398'

red 141 ◦ green 163 ◦ blue 152

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

Shades of Cascade #8DA398

Tints of Cascade #8DA398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 33.33%

R = 30.92%
G = 35.75%
B = 33.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#8DA398 (or 0x8DA398) is known color: Cascade. HEX triplet: 8D, A3 and 98. RGB value is (141,163,152). Sum of RGB (Red+Green+Blue) = 141+163+152=456 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.92% from 456); Green value is 163 (64.06% from 255 or 35.75% from 456); Blue value is 152 (59.77% from 255 or 33.33% from 456); Max value from RGB is 163 - color contains mainly: green. Hex color #8DA398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA398 is #725C67. Grayscale: #9B9B9B. Windows color (decimal): -7494760 or 10003341. OLE color: 10003341.

HSL color Cylindrical-coordinate representation of color #8DA398: hue angle of 150º 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 #8DA398 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 141 163 152 -
CMYK 0.13 0 0.07 0.36
HSL 150º 0.11% 0.6% -
HSV(B) 150º 0.13% 0.64% -
XYZ 29.75 34.12 34.72 -
YUV 155.17 126.21 117.89 -
System Red Green Blue C M Y K H S L
Decimal 141 163 152 0.13 0 0.07 0.36 150 0.11 0.6
Hex 8D A3 98 D 0 7 24 96 B 3C
Octal 215 243 230 15 0 7 44 226 13 74
Binary 10001101 10100011 10011000 1101 0 111 100100 10010110 1011 111100

Color Harmonies of #8DA398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA398

Black with #8DA398

Text Example


Text Example

White with #8DA398

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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