#98D59F

Color #98D59F Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #98D59F

Tints of Chinook #98D59F

Color information

#98D59F (or 0x98D59F) is unknown color: approx Chinook. HEX triplet: 98, D5 and 9F. RGB value is (152,213,159). Sum of RGB (Red+Green+Blue) = 152+213+159=524 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.01% from 524); Green value is 213 (83.59% from 255 or 40.65% from 524); Blue value is 159 (62.5% from 255 or 30.34% from 524); Max value from RGB is 213 - color contains mainly: green. Hex color #98D59F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D59F is #672A60. Grayscale: #BCBCBC. Windows color (decimal): -6761057 or 10474904. OLE color: 10474904.

HSL color Cylindrical-coordinate representation of color #98D59F: hue angle of 126.89º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98D59F is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB152213159-
CMYK0.2900.250.16
HSL126.89º42.07%71.57%-
HSV(B)126.89º28.64%83.53%-
XYZ4356.7741.49-
YUV188.6111.29101.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.01%
GREEN value IS 213 (83.59% from 255) = 40.65%
BLUE value IS 159 (62.5% from 255) = 30.34%
R=29.01%
G=40.65%
B=30.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1522131590.2900.250.16126.8942.0771.57
Hex98D59F1D019107f2a48
Octal230325237350312017752110
Binary100110001101010110011111111010110011000011111111010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #98D59F;
 }
 .AnyTagClassName
 {
   color: #98D59F;
 }
</style>
background-color css

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

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

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

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

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

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