Html Css Color HEX #60F08A Pastel Green

📋 copy color: '#60F08A'

red 96 ◦ green 240 ◦ blue 138

#60F08A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pastel Green #60F08A

Tints of Pastel Green #60F08A

RGB

 RED value IS 96 (37.89% from 255) = 20.25%

 GREEN value IS 240 (94.14% from 255) = 50.63%

 BLUE value IS 138 (54.3% from 255) = 29.11%

R = 20.25%
G = 50.63%
B = 29.11%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#60F08A (or 0x60F08A) is known color: Pastel Green. HEX triplet: 60, F0 and 8A. RGB value is (96,240,138). Sum of RGB (Red+Green+Blue) = 96+240+138=474 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.25% from 474); Green value is 240 (94.14% from 255 or 50.63% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 240 - color contains mainly: green. Hex color #60F08A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60F08A is #9F0F75. Grayscale: #B9B9B9. Windows color (decimal): -10424182 or 9105504. OLE color: 9105504.

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

Color convert

RGB 96 240 138 -
CMYK 0.6 0 0.42 0.06
HSL 137.5º 0.83% 0.66% -
HSV(B) 137.5º 0.6% 0.94% -
XYZ 40.57 66.64 34.77 -
YUV 185.32 101.29 64.29 -
System Red Green Blue C M Y K H S L
Decimal 96 240 138 0.6 0 0.42 0.06 137.5 0.83 0.66
Hex 60 F0 8A 3C 0 2A 6 8A 53 42
Octal 140 360 212 74 0 52 6 212 123 102
Binary 1100000 11110000 10001010 111100 0 101010 110 10001010 1010011 1000010

Color Harmonies of #60F08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60F08A

Black with #60F08A

Text Example


Text Example

White with #60F08A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #60F08A;
 }
 .AnyTagClassName
 {
   color: #60F08A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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