Html Css Color HEX #98DF9F Chinook

📋 copy color: '#98DF9F'

red 152 ◦ green 223 ◦ blue 159

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

Shades of Chinook #98DF9F

Tints of Chinook #98DF9F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.76%

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

R = 28.46%
G = 41.76%
B = 29.78%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#98DF9F (or 0x98DF9F) is known color: Chinook. HEX triplet: 98, DF and 9F. RGB value is (152,223,159). Sum of RGB (Red+Green+Blue) = 152+223+159=534 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.46% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 159 (62.5% from 255 or 29.78% from 534); Max value from RGB is 223 - color contains mainly: green. Hex color #98DF9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DF9F is #672060. Grayscale: #C2C2C2. Windows color (decimal): -6758497 or 10477464. OLE color: 10477464.

HSL color Cylindrical-coordinate representation of color #98DF9F: hue angle of 125.92º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98DF9F is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 223 159 -
CMYK 0.32 0 0.29 0.13
HSL 125.92º 0.53% 0.74% -
HSV(B) 125.92º 0.32% 0.87% -
XYZ 45.59 61.95 42.36 -
YUV 194.48 107.98 97.7 -
System Red Green Blue C M Y K H S L
Decimal 152 223 159 0.32 0 0.29 0.13 125.92 0.53 0.74
Hex 98 DF 9F 20 0 1D D 7E 35 4A
Octal 230 337 237 40 0 35 15 176 65 112
Binary 10011000 11011111 10011111 100000 0 11101 1101 1111110 110101 1001010

Color Harmonies of #98DF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DF9F

Black with #98DF9F

Text Example


Text Example

White with #98DF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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