Html Css Color HEX #018D5C Shamrock Green

📋 copy color: '#018D5C'

red 1 ◦ green 141 ◦ blue 92

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

Shades of Shamrock Green #018D5C

Tints of Shamrock Green #018D5C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 60.26%

 BLUE value IS 92 (36.33% from 255) = 39.32%

R = 0.43%
G = 60.26%
B = 39.32%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#018D5C (or 0x018D5C) is known color: Shamrock Green. HEX triplet: 01, 8D and 5C. RGB value is (1,141,92). Sum of RGB (Red+Green+Blue) = 1+141+92=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 141 (55.47% from 255 or 60.26% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 141 - color contains mainly: green. Hex color #018D5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018D5C is #FE72A3. Grayscale: #5D5D5D. Windows color (decimal): -16675492 or 6065409. OLE color: 6065409.

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

Color convert

RGB 1 141 92 -
CMYK 0.99 0 0.35 0.45
HSL 159º 0.99% 0.28% -
HSV(B) 159º 0.99% 0.55% -
XYZ 11.47 19.83 13.35 -
YUV 93.55 127.12 61.98 -
System Red Green Blue C M Y K H S L
Decimal 1 141 92 0.99 0 0.35 0.45 159 0.99 0.28
Hex 1 8D 5C 63 0 23 2D 9F 63 1C
Octal 1 215 134 143 0 43 55 237 143 34
Binary 1 10001101 1011100 1100011 0 100011 101101 10011111 1100011 11100

Color Harmonies of #018D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018D5C

Black with #018D5C

Text Example


Text Example

White with #018D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,141,92); }

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

background-color css

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

 a { background-color: rgb(1,141,92); }

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

border-color css

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

 span { border-color: rgb(1,141,92); }

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