Html Css Color HEX #98D49F Chinook

📋 copy color: '#98D49F'

red 152 ◦ green 212 ◦ blue 159

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

Shades of Chinook #98D49F

Tints of Chinook #98D49F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 30.4%

R = 29.06%
G = 40.54%
B = 30.4%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#98D49F (or 0x98D49F) is known color: Chinook. HEX triplet: 98, D4 and 9F. RGB value is (152,212,159). Sum of RGB (Red+Green+Blue) = 152+212+159=523 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.06% from 523); Green value is 212 (83.20% from 255 or 40.54% from 523); Blue value is 159 (62.5% from 255 or 30.40% from 523); Max value from RGB is 212 - color contains mainly: green. Hex color #98D49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D49F is #672B60. Grayscale: #BCBCBC. Windows color (decimal): -6761313 or 10474648. OLE color: 10474648.

HSL color Cylindrical-coordinate representation of color #98D49F: hue angle of 127º 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 #98D49F is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 152 212 159 -
CMYK 0.28 0 0.25 0.17
HSL 127º 0.41% 0.71% -
HSV(B) 127º 0.28% 0.83% -
XYZ 42.75 56.27 41.41 -
YUV 188.02 111.62 102.31 -
System Red Green Blue C M Y K H S L
Decimal 152 212 159 0.28 0 0.25 0.17 127 0.41 0.71
Hex 98 D4 9F 1C 0 19 11 7F 29 47
Octal 230 324 237 34 0 31 21 177 51 107
Binary 10011000 11010100 10011111 11100 0 11001 10001 1111111 101001 1000111

Color Harmonies of #98D49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D49F

Black with #98D49F

Text Example


Text Example

White with #98D49F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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