#8CD99E

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

Shades of Chinook #8CD99E

Tints of Chinook #8CD99E

Color information

#8CD99E (or 0x8CD99E) is unknown color: approx Chinook. HEX triplet: 8C, D9 and 9E. RGB value is (140,217,158). Sum of RGB (Red+Green+Blue) = 140+217+158=515 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.18% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 158 (62.11% from 255 or 30.68% from 515); Max value from RGB is 217 - color contains mainly: green. Hex color #8CD99E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD99E is #732661. Grayscale: #BBBBBB. Windows color (decimal): -7546466 or 10410380. OLE color: 10410380.

HSL color Cylindrical-coordinate representation of color #8CD99E: hue angle of 134.03º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8CD99E is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB140217158-
CMYK0.3500.270.15
HSL134.03º50.33%70%-
HSV(B)134.03º35.48%85.1%-
XYZ41.857.6741.28-
YUV187.25111.4994.3-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.18%
GREEN value IS 217 (85.16% from 255) = 42.14%
BLUE value IS 158 (62.11% from 255) = 30.68%
R=27.18%
G=42.14%
B=30.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1402171580.3500.270.15134.0350.3370
Hex8CD99E2301BF863246
Octal214331236430331720662106
Binary1000110011011001100111101000110110111111100001101100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,217,158); }

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

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

 a { background-color: rgb(140,217,158); }

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

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

 span { border-color: rgb(140,217,158); }

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