Html Css Color HEX #9FD5AF Chinook

📋 copy color: '#9FD5AF'

red 159 ◦ green 213 ◦ blue 175

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

Shades of Chinook #9FD5AF

Tints of Chinook #9FD5AF

RGB

 RED value IS 159 (62.5% from 255) = 29.07%

 GREEN value IS 213 (83.59% from 255) = 38.94%

 BLUE value IS 175 (68.75% from 255) = 31.99%

R = 29.07%
G = 38.94%
B = 31.99%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#9FD5AF (or 0x9FD5AF) is known color: Chinook. HEX triplet: 9F, D5 and AF. RGB value is (159,213,175). Sum of RGB (Red+Green+Blue) = 159+213+175=547 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.07% from 547); Green value is 213 (83.59% from 255 or 38.94% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 213 - color contains mainly: green. Hex color #9FD5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD5AF is #602A50. Grayscale: #C0C0C0. Windows color (decimal): -6302289 or 11523487. OLE color: 11523487.

HSL color Cylindrical-coordinate representation of color #9FD5AF: hue angle of 137.78º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9FD5AF is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 159 213 175 -
CMYK 0.25 0 0.18 0.16
HSL 137.78º 0.39% 0.73% -
HSV(B) 137.78º 0.25% 0.84% -
XYZ 45.83 58.05 49.35 -
YUV 192.52 118.11 104.09 -
System Red Green Blue C M Y K H S L
Decimal 159 213 175 0.25 0 0.18 0.16 137.78 0.39 0.73
Hex 9F D5 AF 19 0 12 10 8A 27 49
Octal 237 325 257 31 0 22 20 212 47 111
Binary 10011111 11010101 10101111 11001 0 10010 10000 10001010 100111 1001001

Color Harmonies of #9FD5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD5AF

Black with #9FD5AF

Text Example


Text Example

White with #9FD5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FD5AF; }

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

 H1.HeaderClassName
 {
   color: #9FD5AF;
 }
 .AnyTagClassName
 {
   color: #9FD5AF;
 }
</style>

background-color css

<style>
 a { background-color: #9FD5AF; }

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

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

border-color css

<style>
 span { border-color: #9FD5AF; }

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

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