#8CC0A3

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

Shades of Summer Green #8CC0A3

Tints of Summer Green #8CC0A3

Color information

#8CC0A3 (or 0x8CC0A3) is unknown color: approx Summer Green. HEX triplet: 8C, C0 and A3. RGB value is (140,192,163). Sum of RGB (Red+Green+Blue) = 140+192+163=495 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.28% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 163 (64.06% from 255 or 32.93% from 495); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC0A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC0A3 is #733F5C. Grayscale: #ADADAD. Windows color (decimal): -7552861 or 10731660. OLE color: 10731660.

HSL color Cylindrical-coordinate representation of color #8CC0A3: hue angle of 146.54º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8CC0A3 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB140192163-
CMYK0.2700.150.25
HSL146.54º29.21%65.1%-
HSV(B)146.54º27.08%75.29%-
XYZ36.2845.9241.6-
YUV173.15122.27104.36-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.28%
GREEN value IS 192 (75.39% from 255) = 38.79%
BLUE value IS 163 (64.06% from 255) = 32.93%
R=28.28%
G=38.79%
B=32.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401921630.2700.150.25146.5429.2165.1
Hex8CC0A31B0F19931d41
Octal214300243330173122335101
Binary10001100110000001010001111011011111100110010011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,192,163); }

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

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

 a { background-color: rgb(140,192,163); }

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

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

 span { border-color: rgb(140,192,163); }

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