#8FD49A

Color #8FD49A Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #8FD49A

Tints of Chinook #8FD49A

Color information

#8FD49A (or 0x8FD49A) is unknown color: approx Chinook. HEX triplet: 8F, D4 and 9A. RGB value is (143,212,154). Sum of RGB (Red+Green+Blue) = 143+212+154=509 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.09% from 509); Green value is 212 (83.20% from 255 or 41.65% from 509); Blue value is 154 (60.55% from 255 or 30.26% from 509); Max value from RGB is 212 - color contains mainly: green. Hex color #8FD49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD49A is #702B65. Grayscale: #B8B8B8. Windows color (decimal): -7351142 or 10146959. OLE color: 10146959.

HSL color Cylindrical-coordinate representation of color #8FD49A: hue angle of 129.57º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8FD49A is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB143212154-
CMYK0.3300.270.17
HSL129.57º44.52%69.61%-
HSV(B)129.57º32.55%83.14%-
XYZ40.755.2639.09-
YUV184.76110.6498.22-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.09%
GREEN value IS 212 (83.20% from 255) = 41.65%
BLUE value IS 154 (60.55% from 255) = 30.26%
R=28.09%
G=41.65%
B=30.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1432121540.3300.270.17129.5744.5269.61
Hex8FD49A2101B11822d46
Octal217324232410332120255106
Binary10001111110101001001101010000101101110001100000101011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,212,154); }

 H1.HeaderClassName
 {
   color: #8FD49A;
 }
 .AnyTagClassName
 {
   color: #8FD49A;
 }
</style>
background-color css

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

 a { background-color: rgb(143,212,154); }

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

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

 span { border-color: rgb(143,212,154); }

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