Html Css Color HEX #018F50 Shamrock Green

📋 copy color: '#018F50'

red 1 ◦ green 143 ◦ blue 80

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

Shades of Shamrock Green #018F50

Tints of Shamrock Green #018F50

RGB

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

 GREEN value IS 143 (56.25% from 255) = 63.84%

 BLUE value IS 80 (31.64% from 255) = 35.71%

R = 0.45%
G = 63.84%
B = 35.71%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#018F50 (or 0x018F50) is known color: Shamrock Green. HEX triplet: 01, 8F and 50. RGB value is (1,143,80). Sum of RGB (Red+Green+Blue) = 1+143+80=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 143 (56.25% from 255 or 63.84% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 143 - color contains mainly: green. Hex color #018F50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018F50 is #FE70AF. Grayscale: #5D5D5D. Windows color (decimal): -16674992 or 5279489. OLE color: 5279489.

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

Color convert

RGB 1 143 80 -
CMYK 0.99 0 0.44 0.44
HSL 153.38º 0.99% 0.28% -
HSV(B) 153.38º 0.99% 0.56% -
XYZ 11.28 20.23 10.9 -
YUV 93.36 120.46 62.12 -
System Red Green Blue C M Y K H S L
Decimal 1 143 80 0.99 0 0.44 0.44 153.38 0.99 0.28
Hex 1 8F 50 63 0 2C 2C 99 63 1C
Octal 1 217 120 143 0 54 54 231 143 34
Binary 1 10001111 1010000 1100011 0 101100 101100 10011001 1100011 11100

Color Harmonies of #018F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018F50

Black with #018F50

Text Example


Text Example

White with #018F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,143,80); }

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

background-color css

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

 a { background-color: rgb(1,143,80); }

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

border-color css

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

 span { border-color: rgb(1,143,80); }

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