Html Css Color HEX #018E61 Shamrock Green

📋 copy color: '#018E61'

red 1 ◦ green 142 ◦ blue 97

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

Shades of Shamrock Green #018E61

Tints of Shamrock Green #018E61

RGB

 RED value IS 1 (0.78% from 255) = 0.42%

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

 BLUE value IS 97 (38.28% from 255) = 40.42%

R = 0.42%
G = 59.17%
B = 40.42%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#018E61 (or 0x018E61) is known color: Shamrock Green. HEX triplet: 01, 8E and 61. RGB value is (1,142,97). Sum of RGB (Red+Green+Blue) = 1+142+97=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 142 (55.86% from 255 or 59.17% from 240); Blue value is 97 (38.28% from 255 or 40.42% from 240); Max value from RGB is 142 - color contains mainly: green. Hex color #018E61 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018E61 is #FE719E. Grayscale: #5E5E5E. Windows color (decimal): -16675231 or 6393345. OLE color: 6393345.

HSL color Cylindrical-coordinate representation of color #018E61: hue angle of 160.85º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018E61 is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 142 97 -
CMYK 0.99 0 0.32 0.44
HSL 160.85º 0.99% 0.28% -
HSV(B) 160.85º 0.99% 0.56% -
XYZ 11.84 20.22 14.59 -
YUV 94.71 129.29 61.16 -
System Red Green Blue C M Y K H S L
Decimal 1 142 97 0.99 0 0.32 0.44 160.85 0.99 0.28
Hex 1 8E 61 63 0 20 2C A1 63 1C
Octal 1 216 141 143 0 40 54 241 143 34
Binary 1 10001110 1100001 1100011 0 100000 101100 10100001 1100011 11100

Color Harmonies of #018E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018E61

Black with #018E61

Text Example


Text Example

White with #018E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018E61; }

 p { color: rgb(1,142,97); }

 H1.HeaderClassName
 {
   color: #018E61;
 }
 .AnyTagClassName
 {
   color: #018E61;
 }
</style>

background-color css

<style>
 a { background-color: #018E61; }

 a { background-color: rgb(1,142,97); }

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

border-color css

<style>
 span { border-color: #018E61; }

 span { border-color: rgb(1,142,97); }

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