#60E165

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

Shades of Pastel Green #60E165

Tints of Pastel Green #60E165

Color information

#60E165 (or 0x60E165) is unknown color: approx Pastel Green. HEX triplet: 60, E1 and 65. RGB value is (96,225,101). Sum of RGB (Red+Green+Blue) = 96+225+101=422 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.75% from 422); Green value is 225 (88.28% from 255 or 53.32% from 422); Blue value is 101 (39.84% from 255 or 23.93% from 422); Max value from RGB is 225 - color contains mainly: green. Hex color #60E165 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60E165 is #9F1E9A. Grayscale: #ACACAC. Windows color (decimal): -10428059 or 6676832. OLE color: 6676832.

HSL color Cylindrical-coordinate representation of color #60E165: hue angle of 122.33º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60E165 is Cyan = 0.57, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB96225101-
CMYK0.5700.550.12
HSL122.33º68.25%62.94%-
HSV(B)122.33º57.33%88.24%-
XYZ34.157.2821.57-
YUV172.2987.7673.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.75%
GREEN value IS 225 (88.28% from 255) = 53.32%
BLUE value IS 101 (39.84% from 255) = 23.93%
R=22.75%
G=53.32%
B=23.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal962251010.5700.550.12122.3368.2562.94
Hex60E16539037C7a443f
Octal140341145710671417210477
Binary11000001110000111001011110010110111110011110101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60E165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,225,101); }

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

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

 a { background-color: rgb(96,225,101); }

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

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

 span { border-color: rgb(96,225,101); }

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