Html Css Color HEX #018B52 Shamrock Green

📋 copy color: '#018B52'

red 1 ◦ green 139 ◦ blue 82

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

Shades of Shamrock Green #018B52

Tints of Shamrock Green #018B52

RGB

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

 GREEN value IS 139 (54.69% from 255) = 62.61%

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

R = 0.45%
G = 62.61%
B = 36.94%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.41

 K value IS 0.45

RGB Variations

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

Color information

#018B52 (or 0x018B52) is known color: Shamrock Green. HEX triplet: 01, 8B and 52. RGB value is (1,139,82). Sum of RGB (Red+Green+Blue) = 1+139+82=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 139 (54.69% from 255 or 62.61% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 139 - color contains mainly: green. Hex color #018B52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018B52 is #FE74AD. Grayscale: #5B5B5B. Windows color (decimal): -16676014 or 5409537. OLE color: 5409537.

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

Color convert

RGB 1 139 82 -
CMYK 0.99 0 0.41 0.45
HSL 155.22º 0.99% 0.27% -
HSV(B) 155.22º 0.99% 0.55% -
XYZ 10.77 19.08 11.1 -
YUV 91.24 122.78 63.63 -
System Red Green Blue C M Y K H S L
Decimal 1 139 82 0.99 0 0.41 0.45 155.22 0.99 0.27
Hex 1 8B 52 63 0 29 2D 9B 63 1B
Octal 1 213 122 143 0 51 55 233 143 33
Binary 1 10001011 1010010 1100011 0 101001 101101 10011011 1100011 11011

Color Harmonies of #018B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018B52

Black with #018B52

Text Example


Text Example

White with #018B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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