#60EC8A

Color #60EC8A Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #60EC8A

Tints of Pastel Green #60EC8A

Color information

#60EC8A (or 0x60EC8A) is unknown color: approx Pastel Green. HEX triplet: 60, EC and 8A. RGB value is (96,236,138). Sum of RGB (Red+Green+Blue) = 96+236+138=470 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.43% from 470); Green value is 236 (92.58% from 255 or 50.21% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 236 - color contains mainly: green. Hex color #60EC8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60EC8A is #9F1375. Grayscale: #B7B7B7. Windows color (decimal): -10425206 or 9104480. OLE color: 9104480.

HSL color Cylindrical-coordinate representation of color #60EC8A: hue angle of 138º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60EC8A is Cyan = 0.59, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB96236138-
CMYK0.5900.420.07
HSL138º78.65%65.1%-
HSV(B)138º59.32%92.55%-
XYZ39.4164.3134.38-
YUV182.97102.6265.97-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.43%
GREEN value IS 236 (92.58% from 255) = 50.21%
BLUE value IS 138 (54.30% from 255) = 29.36%
R=20.43%
G=50.21%
B=29.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal962361380.5900.420.0713878.6565.1
Hex60EC8A3B02A78a4f41
Octal140354212730527212117101
Binary1100000111011001000101011101101010101111000101010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60EC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60EC8A; }

 p { color: rgb(96,236,138); }

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

<style>
 a { background-color: #60EC8A; }

 a { background-color: rgb(96,236,138); }

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

<style>
 span { border-color: #60EC8A; }

 span { border-color: rgb(96,236,138); }

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