Html Css Color HEX #018E5E Shamrock Green

📋 copy color: '#018E5E'

red 1 ◦ green 142 ◦ blue 94

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

Shades of Shamrock Green #018E5E

Tints of Shamrock Green #018E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 39.66%

R = 0.42%
G = 59.92%
B = 39.66%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#018E5E (or 0x018E5E) is known color: Shamrock Green. HEX triplet: 01, 8E and 5E. RGB value is (1,142,94). Sum of RGB (Red+Green+Blue) = 1+142+94=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 142 (55.86% from 255 or 59.92% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 142 - color contains mainly: green. Hex color #018E5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018E5E is #FE71A1. Grayscale: #5E5E5E. Windows color (decimal): -16675234 or 6196737. OLE color: 6196737.

HSL color Cylindrical-coordinate representation of color #018E5E: hue angle of 159.57º 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 #018E5E is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 142 94 -
CMYK 0.99 0 0.34 0.44
HSL 159.57º 0.99% 0.28% -
HSV(B) 159.57º 0.99% 0.56% -
XYZ 11.71 20.16 13.86 -
YUV 94.37 127.79 61.4 -
System Red Green Blue C M Y K H S L
Decimal 1 142 94 0.99 0 0.34 0.44 159.57 0.99 0.28
Hex 1 8E 5E 63 0 22 2C A0 63 1C
Octal 1 216 136 143 0 42 54 240 143 34
Binary 1 10001110 1011110 1100011 0 100010 101100 10100000 1100011 11100

Color Harmonies of #018E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018E5E

Black with #018E5E

Text Example


Text Example

White with #018E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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