#8FE8A5

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

Shades of Chinook #8FE8A5

Tints of Chinook #8FE8A5

Color information

#8FE8A5 (or 0x8FE8A5) is unknown color: approx Chinook. HEX triplet: 8F, E8 and A5. RGB value is (143,232,165). Sum of RGB (Red+Green+Blue) = 143+232+165=540 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.48% from 540); Green value is 232 (91.02% from 255 or 42.96% from 540); Blue value is 165 (64.84% from 255 or 30.56% from 540); Max value from RGB is 232 - color contains mainly: green. Hex color #8FE8A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FE8A5 is #70175A. Grayscale: #C5C5C5. Windows color (decimal): -7346011 or 10872975. OLE color: 10872975.

HSL color Cylindrical-coordinate representation of color #8FE8A5: hue angle of 134.83º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FE8A5 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB143232165-
CMYK0.3800.290.09
HSL134.83º65.93%73.53%-
HSV(B)134.83º38.36%90.98%-
XYZ46.9866.2745.91-
YUV197.75109.5188.95-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.48%
GREEN value IS 232 (91.02% from 255) = 42.96%
BLUE value IS 165 (64.84% from 255) = 30.56%
R=26.48%
G=42.96%
B=30.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1432321650.3800.290.09134.8365.9373.53
Hex8FE8A52601D987424a
Octal2173502454603511207102112
Binary10001111111010001010010110011001110110011000011110000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FE8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,232,165); }

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

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

 a { background-color: rgb(143,232,165); }

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

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

 span { border-color: rgb(143,232,165); }

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