Html Css Color HEX #018A51 Shamrock Green

📋 copy color: '#018A51'

red 1 ◦ green 138 ◦ blue 81

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

Shades of Shamrock Green #018A51

Tints of Shamrock Green #018A51

RGB

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

 GREEN value IS 138 (54.3% from 255) = 62.73%

 BLUE value IS 81 (32.03% from 255) = 36.82%

R = 0.45%
G = 62.73%
B = 36.82%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.41

 K value IS 0.46

RGB Variations

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

Color information

#018A51 (or 0x018A51) is known color: Shamrock Green. HEX triplet: 01, 8A and 51. RGB value is (1,138,81). Sum of RGB (Red+Green+Blue) = 1+138+81=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 138 (54.30% from 255 or 62.73% from 220); Blue value is 81 (32.03% from 255 or 36.82% from 220); Max value from RGB is 138 - color contains mainly: green. Hex color #018A51 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018A51 is #FE75AE. Grayscale: #5A5A5A. Windows color (decimal): -16676271 or 5343745. OLE color: 5343745.

HSL color Cylindrical-coordinate representation of color #018A51: hue angle of 155.04º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018A51 is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 138 81 -
CMYK 0.99 0 0.41 0.46
HSL 155.04º 0.99% 0.27% -
HSV(B) 155.04º 0.99% 0.54% -
XYZ 10.59 18.78 10.85 -
YUV 90.54 122.61 64.13 -
System Red Green Blue C M Y K H S L
Decimal 1 138 81 0.99 0 0.41 0.46 155.04 0.99 0.27
Hex 1 8A 51 63 0 29 2E 9B 63 1B
Octal 1 212 121 143 0 51 56 233 143 33
Binary 1 10001010 1010001 1100011 0 101001 101110 10011011 1100011 11011

Color Harmonies of #018A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018A51

Black with #018A51

Text Example


Text Example

White with #018A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,138,81); }

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

background-color css

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

 a { background-color: rgb(1,138,81); }

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

border-color css

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

 span { border-color: rgb(1,138,81); }

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