#8CD099

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

Shades of Chinook #8CD099

Tints of Chinook #8CD099

Color information

#8CD099 (or 0x8CD099) is unknown color: approx Chinook. HEX triplet: 8C, D0 and 99. RGB value is (140,208,153). Sum of RGB (Red+Green+Blue) = 140+208+153=501 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.94% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 153 (60.16% from 255 or 30.54% from 501); Max value from RGB is 208 - color contains mainly: green. Hex color #8CD099 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD099 is #732F66. Grayscale: #B5B5B5. Windows color (decimal): -7548775 or 10080396. OLE color: 10080396.

HSL color Cylindrical-coordinate representation of color #8CD099: hue angle of 131.47º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CD099 is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB140208153-
CMYK0.3300.260.18
HSL131.47º41.98%68.24%-
HSV(B)131.47º32.69%81.57%-
XYZ39.1252.9938.3-
YUV181.4111.9798.47-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.94%
GREEN value IS 208 (81.64% from 255) = 41.52%
BLUE value IS 153 (60.16% from 255) = 30.54%
R=27.94%
G=41.52%
B=30.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1402081530.3300.260.18131.4741.9868.24
Hex8CD0992101A12832a44
Octal214320231410322220352104
Binary10001100110100001001100110000101101010010100000111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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