#60F092

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

Shades of Pastel Green #60F092

Tints of Pastel Green #60F092

Color information

#60F092 (or 0x60F092) is unknown color: approx Pastel Green. HEX triplet: 60, F0 and 92. RGB value is (96,240,146). Sum of RGB (Red+Green+Blue) = 96+240+146=482 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.92% from 482); Green value is 240 (94.14% from 255 or 49.79% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 240 - color contains mainly: green. Hex color #60F092 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60F092 is #9F0F6D. Grayscale: #BABABA. Windows color (decimal): -10424174 or 9629792. OLE color: 9629792.

HSL color Cylindrical-coordinate representation of color #60F092: hue angle of 140.83º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60F092 is Cyan = 0.6, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB96240146-
CMYK0.600.390.06
HSL140.83º82.76%65.88%-
HSV(B)140.83º60%94.12%-
XYZ41.1766.8837.93-
YUV186.23105.2963.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.92%
GREEN value IS 240 (94.14% from 255) = 49.79%
BLUE value IS 146 (57.42% from 255) = 30.29%
R=19.92%
G=49.79%
B=30.29%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal962401460.600.390.06140.8382.7665.88
Hex60F0923C02768d5342
Octal140360222740476215123102
Binary1100000111100001001001011110001001111101000110110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60F092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,240,146); }

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

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

 a { background-color: rgb(96,240,146); }

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

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

 span { border-color: rgb(96,240,146); }

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