#8CD39A

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

Shades of Chinook #8CD39A

Tints of Chinook #8CD39A

Color information

#8CD39A (or 0x8CD39A) is unknown color: approx Chinook. HEX triplet: 8C, D3 and 9A. RGB value is (140,211,154). Sum of RGB (Red+Green+Blue) = 140+211+154=505 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.72% from 505); Green value is 211 (82.81% from 255 or 41.78% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 211 - color contains mainly: green. Hex color #8CD39A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD39A is #732C65. Grayscale: #B7B7B7. Windows color (decimal): -7548006 or 10146700. OLE color: 10146700.

HSL color Cylindrical-coordinate representation of color #8CD39A: hue angle of 131.83º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8CD39A is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB140211154-
CMYK0.3400.270.17
HSL131.83º44.65%68.82%-
HSV(B)131.83º33.65%82.75%-
XYZ39.9454.538.99-
YUV183.27111.4897.13-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.72%
GREEN value IS 211 (82.81% from 255) = 41.78%
BLUE value IS 154 (60.55% from 255) = 30.50%
R=27.72%
G=41.78%
B=30.50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1402111540.3400.270.17131.8344.6568.82
Hex8CD39A2201B11842d45
Octal214323232420332120455105
Binary10001100110100111001101010001001101110001100001001011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,211,154); }

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

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

 a { background-color: rgb(140,211,154); }

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

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

 span { border-color: rgb(140,211,154); }

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