#60EA8A

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

Shades of Pastel Green #60EA8A

Tints of Pastel Green #60EA8A

Color information

#60EA8A (or 0x60EA8A) is unknown color: approx Pastel Green. HEX triplet: 60, EA and 8A. RGB value is (96,234,138). Sum of RGB (Red+Green+Blue) = 96+234+138=468 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.51% from 468); Green value is 234 (91.80% from 255 or 50% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 234 - color contains mainly: green. Hex color #60EA8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60EA8A is #9F1575. Grayscale: #B6B6B6. Windows color (decimal): -10425718 or 9103968. OLE color: 9103968.

HSL color Cylindrical-coordinate representation of color #60EA8A: hue angle of 138.26º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60EA8A is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB96234138-
CMYK0.5900.410.08
HSL138.26º76.67%64.71%-
HSV(B)138.26º58.97%91.76%-
XYZ38.8363.1734.19-
YUV181.79103.2866.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.51%
GREEN value IS 234 (91.80% from 255) = 50%
BLUE value IS 138 (54.30% from 255) = 29.49%
R=20.51%
G=50%
B=29.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal962341380.5900.410.08138.2676.6764.71
Hex60EA8A3B02988a4d41
Octal1403522127305110212115101
Binary11000001110101010001010111011010100110001000101010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60EA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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