Html Css Color HEX #9FDBA1 Chinook

📋 copy color: '#9FDBA1'

red 159 ◦ green 219 ◦ blue 161

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

Shades of Chinook #9FDBA1

Tints of Chinook #9FDBA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 29.87%

R = 29.5%
G = 40.63%
B = 29.87%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#9FDBA1 (or 0x9FDBA1) is known color: Chinook. HEX triplet: 9F, DB and A1. RGB value is (159,219,161). Sum of RGB (Red+Green+Blue) = 159+219+161=539 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.50% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 161 (63.28% from 255 or 29.87% from 539); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDBA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDBA1 is #60245E. Grayscale: #C2C2C2. Windows color (decimal): -6300767 or 10607519. OLE color: 10607519.

HSL color Cylindrical-coordinate representation of color #9FDBA1: hue angle of 122º 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 #9FDBA1 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 219 161 -
CMYK 0.27 0 0.26 0.14
HSL 122º 0.45% 0.74% -
HSV(B) 122º 0.27% 0.86% -
XYZ 46.06 60.61 42.99 -
YUV 194.45 109.12 102.72 -
System Red Green Blue C M Y K H S L
Decimal 159 219 161 0.27 0 0.26 0.14 122 0.45 0.74
Hex 9F DB A1 1B 0 1A E 7A 2D 4A
Octal 237 333 241 33 0 32 16 172 55 112
Binary 10011111 11011011 10100001 11011 0 11010 1110 1111010 101101 1001010

Color Harmonies of #9FDBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDBA1

Black with #9FDBA1

Text Example


Text Example

White with #9FDBA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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