#8FC8A0

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

Shades of Summer Green #8FC8A0

Tints of Summer Green #8FC8A0

Color information

#8FC8A0 (or 0x8FC8A0) is unknown color: approx Summer Green. HEX triplet: 8F, C8 and A0. RGB value is (143,200,160). Sum of RGB (Red+Green+Blue) = 143+200+160=503 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.43% from 503); Green value is 200 (78.52% from 255 or 39.76% from 503); Blue value is 160 (62.89% from 255 or 31.81% from 503); Max value from RGB is 200 - color contains mainly: green. Hex color #8FC8A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FC8A0 is #70375F. Grayscale: #B2B2B2. Windows color (decimal): -7354208 or 10537103. OLE color: 10537103.

HSL color Cylindrical-coordinate representation of color #8FC8A0: hue angle of 137.89º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8FC8A0 is Cyan = 0.28, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.22.

Color convert

RGB143200160-
CMYK0.2800.20.22
HSL137.89º34.13%67.25%-
HSV(B)137.89º28.5%78.43%-
XYZ38.3349.6940.83-
YUV178.4117.62102.75-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.43%
GREEN value IS 200 (78.52% from 255) = 39.76%
BLUE value IS 160 (62.89% from 255) = 31.81%
R=28.43%
G=39.76%
B=31.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1432001600.2800.20.22137.8934.1367.25
Hex8FC8A01C014168a2243
Octal217310240340242621242103
Binary1000111111001000101000001110001010010110100010101000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,200,160); }

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

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

 a { background-color: rgb(143,200,160); }

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

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

 span { border-color: rgb(143,200,160); }

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