Html Css Color HEX #018F52 Shamrock Green

📋 copy color: '#018F52'

red 1 ◦ green 143 ◦ blue 82

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

Shades of Shamrock Green #018F52

Tints of Shamrock Green #018F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 36.28%

R = 0.44%
G = 63.27%
B = 36.28%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.43

 K value IS 0.44

RGB Variations

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

Color information

#018F52 (or 0x018F52) is known color: Shamrock Green. HEX triplet: 01, 8F and 52. RGB value is (1,143,82). Sum of RGB (Red+Green+Blue) = 1+143+82=226 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 226); Green value is 143 (56.25% from 255 or 63.27% from 226); Blue value is 82 (32.42% from 255 or 36.28% from 226); Max value from RGB is 143 - color contains mainly: green. Hex color #018F52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018F52 is #FE70AD. Grayscale: #5D5D5D. Windows color (decimal): -16674990 or 5410561. OLE color: 5410561.

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

Color convert

RGB 1 143 82 -
CMYK 0.99 0 0.43 0.44
HSL 154.23º 0.99% 0.28% -
HSV(B) 154.23º 0.99% 0.56% -
XYZ 11.36 20.26 11.29 -
YUV 93.59 121.46 61.96 -
System Red Green Blue C M Y K H S L
Decimal 1 143 82 0.99 0 0.43 0.44 154.23 0.99 0.28
Hex 1 8F 52 63 0 2B 2C 9A 63 1C
Octal 1 217 122 143 0 53 54 232 143 34
Binary 1 10001111 1010010 1100011 0 101011 101100 10011010 1100011 11100

Color Harmonies of #018F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018F52

Black with #018F52

Text Example


Text Example

White with #018F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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