Html Css Color HEX #9FDBA4 Chinook

📋 copy color: '#9FDBA4'

red 159 ◦ green 219 ◦ blue 164

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

Shades of Chinook #9FDBA4

Tints of Chinook #9FDBA4

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.41%

 BLUE value IS 164 (64.45% from 255) = 30.26%

R = 29.34%
G = 40.41%
B = 30.26%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#9FDBA4 (or 0x9FDBA4) is known color: Chinook. HEX triplet: 9F, DB and A4. RGB value is (159,219,164). Sum of RGB (Red+Green+Blue) = 159+219+164=542 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.34% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 164 (64.45% from 255 or 30.26% from 542); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDBA4 is #60245B. Grayscale: #C2C2C2. Windows color (decimal): -6300764 or 10804127. OLE color: 10804127.

HSL color Cylindrical-coordinate representation of color #9FDBA4: hue angle of 125º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FDBA4 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 219 164 -
CMYK 0.27 0 0.25 0.14
HSL 125º 0.45% 0.74% -
HSV(B) 125º 0.27% 0.86% -
XYZ 46.33 60.71 44.4 -
YUV 194.79 110.62 102.47 -
System Red Green Blue C M Y K H S L
Decimal 159 219 164 0.27 0 0.25 0.14 125 0.45 0.74
Hex 9F DB A4 1B 0 19 E 7D 2D 4A
Octal 237 333 244 33 0 31 16 175 55 112
Binary 10011111 11011011 10100100 11011 0 11001 1110 1111101 101101 1001010

Color Harmonies of #9FDBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDBA4

Black with #9FDBA4

Text Example


Text Example

White with #9FDBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,219,164); }

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

background-color css

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

 a { background-color: rgb(159,219,164); }

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

border-color css

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

 span { border-color: rgb(159,219,164); }

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