Html Css Color HEX #9FDBA5 Chinook

📋 copy color: '#9FDBA5'

red 159 ◦ green 219 ◦ blue 165

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

Shades of Chinook #9FDBA5

Tints of Chinook #9FDBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 30.39%

R = 29.28%
G = 40.33%
B = 30.39%

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

#9FDBA5 (or 0x9FDBA5) is known color: Chinook. HEX triplet: 9F, DB and A5. RGB value is (159,219,165). Sum of RGB (Red+Green+Blue) = 159+219+165=543 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.28% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 165 (64.84% from 255 or 30.39% from 543); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDBA5 is #60245A. Grayscale: #C3C3C3. Windows color (decimal): -6300763 or 10869663. OLE color: 10869663.

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

Color convert

RGB 159 219 165 -
CMYK 0.27 0 0.25 0.14
HSL 126º 0.45% 0.74% -
HSV(B) 126º 0.27% 0.86% -
XYZ 46.42 60.75 44.88 -
YUV 194.9 111.12 102.39 -
System Red Green Blue C M Y K H S L
Decimal 159 219 165 0.27 0 0.25 0.14 126 0.45 0.74
Hex 9F DB A5 1B 0 19 E 7E 2D 4A
Octal 237 333 245 33 0 31 16 176 55 112
Binary 10011111 11011011 10100101 11011 0 11001 1110 1111110 101101 1001010

Color Harmonies of #9FDBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDBA5

Black with #9FDBA5

Text Example


Text Example

White with #9FDBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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