#8FD099

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

Shades of Chinook #8FD099

Tints of Chinook #8FD099

Color information

#8FD099 (or 0x8FD099) is unknown color: approx Chinook. HEX triplet: 8F, D0 and 99. RGB value is (143,208,153). Sum of RGB (Red+Green+Blue) = 143+208+153=504 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.37% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 153 (60.16% from 255 or 30.36% from 504); Max value from RGB is 208 - color contains mainly: green. Hex color #8FD099 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD099 is #702F66. Grayscale: #B6B6B6. Windows color (decimal): -7352167 or 10080399. OLE color: 10080399.

HSL color Cylindrical-coordinate representation of color #8FD099: hue angle of 129.23º 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 #8FD099 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB143208153-
CMYK0.3100.260.18
HSL129.23º40.88%68.82%-
HSV(B)129.23º31.25%81.57%-
XYZ39.6353.2538.33-
YUV182.3111.4799.97-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.37%
GREEN value IS 208 (81.64% from 255) = 41.27%
BLUE value IS 153 (60.16% from 255) = 30.36%
R=28.37%
G=41.27%
B=30.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1432081530.3100.260.18129.2340.8868.82
Hex8FD0991F01A12812945
Octal217320231370322220151105
Binary1000111111010000100110011111101101010010100000011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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