Html Css Color HEX #98D49D Chinook

📋 copy color: '#98D49D'

red 152 ◦ green 212 ◦ blue 157

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

Shades of Chinook #98D49D

Tints of Chinook #98D49D

RGB

 RED value IS 152 (59.77% from 255) = 29.17%

 GREEN value IS 212 (83.2% from 255) = 40.69%

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

R = 29.17%
G = 40.69%
B = 30.13%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#98D49D (or 0x98D49D) is known color: Chinook. HEX triplet: 98, D4 and 9D. RGB value is (152,212,157). Sum of RGB (Red+Green+Blue) = 152+212+157=521 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.17% from 521); Green value is 212 (83.20% from 255 or 40.69% from 521); Blue value is 157 (61.72% from 255 or 30.13% from 521); Max value from RGB is 212 - color contains mainly: green. Hex color #98D49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D49D is #672B62. Grayscale: #BBBBBB. Windows color (decimal): -6761315 or 10343576. OLE color: 10343576.

HSL color Cylindrical-coordinate representation of color #98D49D: hue angle of 125º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98D49D is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB 152 212 157 -
CMYK 0.28 0 0.26 0.17
HSL 125º 0.41% 0.71% -
HSV(B) 125º 0.28% 0.83% -
XYZ 42.58 56.2 40.5 -
YUV 187.79 110.62 102.47 -
System Red Green Blue C M Y K H S L
Decimal 152 212 157 0.28 0 0.26 0.17 125 0.41 0.71
Hex 98 D4 9D 1C 0 1A 11 7D 29 47
Octal 230 324 235 34 0 32 21 175 51 107
Binary 10011000 11010100 10011101 11100 0 11010 10001 1111101 101001 1000111

Color Harmonies of #98D49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D49D

Black with #98D49D

Text Example


Text Example

White with #98D49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98D49D; }

 p { color: rgb(152,212,157); }

 H1.HeaderClassName
 {
   color: #98D49D;
 }
 .AnyTagClassName
 {
   color: #98D49D;
 }
</style>

background-color css

<style>
 a { background-color: #98D49D; }

 a { background-color: rgb(152,212,157); }

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

border-color css

<style>
 span { border-color: #98D49D; }

 span { border-color: rgb(152,212,157); }

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