#60F18A

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

Shades of Pastel Green #60F18A

Tints of Pastel Green #60F18A

Color information

#60F18A (or 0x60F18A) is unknown color: approx Pastel Green. HEX triplet: 60, F1 and 8A. RGB value is (96,241,138). Sum of RGB (Red+Green+Blue) = 96+241+138=475 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.21% from 475); Green value is 241 (94.53% from 255 or 50.74% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 241 - color contains mainly: green. Hex color #60F18A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60F18A is #9F0E75. Grayscale: #BABABA. Windows color (decimal): -10423926 or 9105760. OLE color: 9105760.

HSL color Cylindrical-coordinate representation of color #60F18A: hue angle of 137.38º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60F18A is Cyan = 0.60, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB96241138-
CMYK0.6000.430.05
HSL137.38º83.82%66.08%-
HSV(B)137.38º60.17%94.51%-
XYZ40.8767.2334.87-
YUV185.9100.9663.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.21%
GREEN value IS 241 (94.53% from 255) = 50.74%
BLUE value IS 138 (54.30% from 255) = 29.05%
R=20.21%
G=50.74%
B=29.05%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal962411380.6000.430.05137.3883.8266.08
Hex60F18A3C02B5895442
Octal140361212740535211124102
Binary1100000111100011000101011110001010111011000100110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60F18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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