Html Css Color HEX #8FD09B Chinook

📋 copy color: '#8FD09B'

red 143 ◦ green 208 ◦ blue 155

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

Shades of Chinook #8FD09B

Tints of Chinook #8FD09B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.11%

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

R = 28.26%
G = 41.11%
B = 30.63%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#8FD09B (or 0x8FD09B) is known color: Chinook. HEX triplet: 8F, D0 and 9B. RGB value is (143,208,155). Sum of RGB (Red+Green+Blue) = 143+208+155=506 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.26% from 506); Green value is 208 (81.64% from 255 or 41.11% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 208 - color contains mainly: green. Hex color #8FD09B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD09B is #702F64. Grayscale: #B6B6B6. Windows color (decimal): -7352165 or 10211471. OLE color: 10211471.

HSL color Cylindrical-coordinate representation of color #8FD09B: hue angle of 131.08º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FD09B is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 143 208 155 -
CMYK 0.31 0 0.25 0.18
HSL 131.08º 0.41% 0.69% -
HSV(B) 131.08º 0.31% 0.82% -
XYZ 39.8 53.32 39.2 -
YUV 182.52 112.47 99.81 -
System Red Green Blue C M Y K H S L
Decimal 143 208 155 0.31 0 0.25 0.18 131.08 0.41 0.69
Hex 8F D0 9B 1F 0 19 12 83 29 45
Octal 217 320 233 37 0 31 22 203 51 105
Binary 10001111 11010000 10011011 11111 0 11001 10010 10000011 101001 1000101

Color Harmonies of #8FD09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD09B

Black with #8FD09B

Text Example


Text Example

White with #8FD09B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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