Html Css Color HEX #9FDEA5 Chinook

📋 copy color: '#9FDEA5'

red 159 ◦ green 222 ◦ blue 165

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

Shades of Chinook #9FDEA5

Tints of Chinook #9FDEA5

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.66%

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

R = 29.12%
G = 40.66%
B = 30.22%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#9FDEA5 (or 0x9FDEA5) is known color: Chinook. HEX triplet: 9F, DE and A5. RGB value is (159,222,165). Sum of RGB (Red+Green+Blue) = 159+222+165=546 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.12% from 546); Green value is 222 (87.11% from 255 or 40.66% from 546); Blue value is 165 (64.84% from 255 or 30.22% from 546); Max value from RGB is 222 - color contains mainly: green. Hex color #9FDEA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDEA5 is #60215A. Grayscale: #C4C4C4. Windows color (decimal): -6299995 or 10870431. OLE color: 10870431.

HSL color Cylindrical-coordinate representation of color #9FDEA5: hue angle of 125.71º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FDEA5 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 222 165 -
CMYK 0.28 0 0.26 0.13
HSL 125.71º 0.49% 0.75% -
HSV(B) 125.71º 0.28% 0.87% -
XYZ 47.21 62.33 45.14 -
YUV 196.67 110.13 101.13 -
System Red Green Blue C M Y K H S L
Decimal 159 222 165 0.28 0 0.26 0.13 125.71 0.49 0.75
Hex 9F DE A5 1C 0 1A D 7E 31 4B
Octal 237 336 245 34 0 32 15 176 61 113
Binary 10011111 11011110 10100101 11100 0 11010 1101 1111110 110001 1001011

Color Harmonies of #9FDEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDEA5

Black with #9FDEA5

Text Example


Text Example

White with #9FDEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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