Html Css Color HEX #048E60 Shamrock Green

📋 copy color: '#048E60'

red 4 ◦ green 142 ◦ blue 96

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

Shades of Shamrock Green #048E60

Tints of Shamrock Green #048E60

RGB

 RED value IS 4 (1.95% from 255) = 1.65%

 GREEN value IS 142 (55.86% from 255) = 58.68%

 BLUE value IS 96 (37.89% from 255) = 39.67%

R = 1.65%
G = 58.68%
B = 39.67%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#048E60 (or 0x048E60) is known color: Shamrock Green. HEX triplet: 04, 8E and 60. RGB value is (4,142,96). Sum of RGB (Red+Green+Blue) = 4+142+96=242 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 242); Green value is 142 (55.86% from 255 or 58.68% from 242); Blue value is 96 (37.89% from 255 or 39.67% from 242); Max value from RGB is 142 - color contains mainly: green. Hex color #048E60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048E60 is #FB719F. Grayscale: #5F5F5F. Windows color (decimal): -16478624 or 6327812. OLE color: 6327812.

HSL color Cylindrical-coordinate representation of color #048E60: hue angle of 160º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048E60 is Cyan = 0.97, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 142 96 -
CMYK 0.97 0 0.32 0.44
HSL 160º 0.95% 0.29% -
HSV(B) 160º 0.97% 0.56% -
XYZ 11.83 20.22 14.34 -
YUV 95.49 128.28 62.74 -
System Red Green Blue C M Y K H S L
Decimal 4 142 96 0.97 0 0.32 0.44 160 0.95 0.29
Hex 4 8E 60 61 0 20 2C A0 5F 1D
Octal 4 216 140 141 0 40 54 240 137 35
Binary 100 10001110 1100000 1100001 0 100000 101100 10100000 1011111 11101

Color Harmonies of #048E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048E60

Black with #048E60

Text Example


Text Example

White with #048E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048E60; }

 p { color: rgb(4,142,96); }

 H1.HeaderClassName
 {
   color: #048E60;
 }
 .AnyTagClassName
 {
   color: #048E60;
 }
</style>

background-color css

<style>
 a { background-color: #048E60; }

 a { background-color: rgb(4,142,96); }

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

border-color css

<style>
 span { border-color: #048E60; }

 span { border-color: rgb(4,142,96); }

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