Html Css Color HEX #018A55 Shamrock Green

📋 copy color: '#018A55'

red 1 ◦ green 138 ◦ blue 85

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

Shades of Shamrock Green #018A55

Tints of Shamrock Green #018A55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 37.95%

R = 0.45%
G = 61.61%
B = 37.95%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.38

 K value IS 0.46

RGB Variations

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

Color information

#018A55 (or 0x018A55) is known color: Shamrock Green. HEX triplet: 01, 8A and 55. RGB value is (1,138,85). Sum of RGB (Red+Green+Blue) = 1+138+85=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 138 (54.30% from 255 or 61.61% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 138 - color contains mainly: green. Hex color #018A55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018A55 is #FE75AA. Grayscale: #5B5B5B. Windows color (decimal): -16676267 or 5605889. OLE color: 5605889.

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

Color convert

RGB 1 138 85 -
CMYK 0.99 0 0.38 0.46
HSL 156.79º 0.99% 0.27% -
HSV(B) 156.79º 0.99% 0.54% -
XYZ 10.74 18.84 11.66 -
YUV 91 124.61 63.81 -
System Red Green Blue C M Y K H S L
Decimal 1 138 85 0.99 0 0.38 0.46 156.79 0.99 0.27
Hex 1 8A 55 63 0 26 2E 9D 63 1B
Octal 1 212 125 143 0 46 56 235 143 33
Binary 1 10001010 1010101 1100011 0 100110 101110 10011101 1100011 11011

Color Harmonies of #018A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018A55

Black with #018A55

Text Example


Text Example

White with #018A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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