#8DD699

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

Shades of Chinook #8DD699

Tints of Chinook #8DD699

Color information

#8DD699 (or 0x8DD699) is unknown color: approx Chinook. HEX triplet: 8D, D6 and 99. RGB value is (141,214,153). Sum of RGB (Red+Green+Blue) = 141+214+153=508 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.76% from 508); Green value is 214 (83.98% from 255 or 42.13% from 508); Blue value is 153 (60.16% from 255 or 30.12% from 508); Max value from RGB is 214 - color contains mainly: green. Hex color #8DD699 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD699 is #722966. Grayscale: #B9B9B9. Windows color (decimal): -7481703 or 10081933. OLE color: 10081933.

HSL color Cylindrical-coordinate representation of color #8DD699: hue angle of 129.86º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DD699 is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB141214153-
CMYK0.3400.290.16
HSL129.86º47.1%69.61%-
HSV(B)129.86º34.11%83.92%-
XYZ40.7856.0638.81-
YUV185.22109.8296.46-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.76%
GREEN value IS 214 (83.98% from 255) = 42.13%
BLUE value IS 153 (60.16% from 255) = 30.12%
R=27.76%
G=42.13%
B=30.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1412141530.3400.290.16129.8647.169.61
Hex8DD6992201D10822f46
Octal215326231420352020257106
Binary10001101110101101001100110001001110110000100000101011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,214,153); }

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

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

 a { background-color: rgb(141,214,153); }

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

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

 span { border-color: rgb(141,214,153); }

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