Html Css Color HEX #8FDD9B Chinook

📋 copy color: '#8FDD9B'

red 143 ◦ green 221 ◦ blue 155

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

Shades of Chinook #8FDD9B

Tints of Chinook #8FDD9B

RGB

 RED value IS 143 (56.25% from 255) = 27.55%

 GREEN value IS 221 (86.72% from 255) = 42.58%

 BLUE value IS 155 (60.94% from 255) = 29.87%

R = 27.55%
G = 42.58%
B = 29.87%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#8FDD9B (or 0x8FDD9B) is known color: Chinook. HEX triplet: 8F, DD and 9B. RGB value is (143,221,155). Sum of RGB (Red+Green+Blue) = 143+221+155=519 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.55% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 155 (60.94% from 255 or 29.87% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDD9B is #702264. Grayscale: #BEBEBE. Windows color (decimal): -7348837 or 10214799. OLE color: 10214799.

HSL color Cylindrical-coordinate representation of color #8FDD9B: hue angle of 129.23º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FDD9B is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 221 155 -
CMYK 0.35 0 0.30 0.13
HSL 129.23º 0.53% 0.71% -
HSV(B) 129.23º 0.35% 0.87% -
XYZ 43.1 59.92 40.3 -
YUV 190.15 108.16 94.37 -
System Red Green Blue C M Y K H S L
Decimal 143 221 155 0.35 0 0.30 0.13 129.23 0.53 0.71
Hex 8F DD 9B 23 0 1E D 81 35 47
Octal 217 335 233 43 0 36 15 201 65 107
Binary 10001111 11011101 10011011 100011 0 11110 1101 10000001 110101 1000111

Color Harmonies of #8FDD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDD9B

Black with #8FDD9B

Text Example


Text Example

White with #8FDD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8FDD9B; }

 p { color: rgb(143,221,155); }

 H1.HeaderClassName
 {
   color: #8FDD9B;
 }
 .AnyTagClassName
 {
   color: #8FDD9B;
 }
</style>

background-color css

<style>
 a { background-color: #8FDD9B; }

 a { background-color: rgb(143,221,155); }

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

border-color css

<style>
 span { border-color: #8FDD9B; }

 span { border-color: rgb(143,221,155); }

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