#8FD098

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

Shades of Chinook #8FD098

Tints of Chinook #8FD098

Color information

#8FD098 (or 0x8FD098) is unknown color: approx Chinook. HEX triplet: 8F, D0 and 98. RGB value is (143,208,152). Sum of RGB (Red+Green+Blue) = 143+208+152=503 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.43% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 208 - color contains mainly: green. Hex color #8FD098 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD098 is #702F67. Grayscale: #B6B6B6. Windows color (decimal): -7352168 or 10014863. OLE color: 10014863.

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

Color convert

RGB143208152-
CMYK0.3100.270.18
HSL128.31º40.88%68.82%-
HSV(B)128.31º31.25%81.57%-
XYZ39.5553.2237.89-
YUV182.18110.97100.05-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.43%
GREEN value IS 208 (81.64% from 255) = 41.35%
BLUE value IS 152 (59.77% from 255) = 30.22%
R=28.43%
G=41.35%
B=30.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1432081520.3100.270.18128.3140.8868.82
Hex8FD0981F01B12802945
Octal217320230370332220051105
Binary1000111111010000100110001111101101110010100000001010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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