#60F18C

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

Shades of Pastel Green #60F18C

Tints of Pastel Green #60F18C

Color information

#60F18C (or 0x60F18C) is unknown color: approx Pastel Green. HEX triplet: 60, F1 and 8C. RGB value is (96,241,140). Sum of RGB (Red+Green+Blue) = 96+241+140=477 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.13% from 477); Green value is 241 (94.53% from 255 or 50.52% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 241 - color contains mainly: green. Hex color #60F18C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60F18C is #9F0E73. Grayscale: #BABABA. Windows color (decimal): -10423924 or 9236832. OLE color: 9236832.

HSL color Cylindrical-coordinate representation of color #60F18C: hue angle of 138.21º 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 #60F18C is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB96241140-
CMYK0.6000.420.05
HSL138.21º83.82%66.08%-
HSV(B)138.21º60.17%94.51%-
XYZ41.0167.2935.64-
YUV186.13101.9663.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.13%
GREEN value IS 241 (94.53% from 255) = 50.52%
BLUE value IS 140 (55.08% from 255) = 29.35%
R=20.13%
G=50.52%
B=29.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal962411400.6000.420.05138.2183.8266.08
Hex60F18C3C02A58a5442
Octal140361214740525212124102
Binary1100000111100011000110011110001010101011000101010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60F18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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