Html Css Color HEX #018952 Shamrock Green

📋 copy color: '#018952'

red 1 ◦ green 137 ◦ blue 82

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

Shades of Shamrock Green #018952

Tints of Shamrock Green #018952

RGB

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

 GREEN value IS 137 (53.91% from 255) = 62.27%

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

R = 0.45%
G = 62.27%
B = 37.27%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#018952 (or 0x018952) is known color: Shamrock Green. HEX triplet: 01, 89 and 52. RGB value is (1,137,82). Sum of RGB (Red+Green+Blue) = 1+137+82=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 137 (53.91% from 255 or 62.27% from 220); Blue value is 82 (32.42% from 255 or 37.27% from 220); Max value from RGB is 137 - color contains mainly: green. Hex color #018952 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018952 is #FE76AD. Grayscale: #5A5A5A. Windows color (decimal): -16676526 or 5409025. OLE color: 5409025.

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

Color convert

RGB 1 137 82 -
CMYK 0.99 0 0.40 0.46
HSL 155.74º 0.99% 0.27% -
HSV(B) 155.74º 0.99% 0.54% -
XYZ 10.48 18.51 11 -
YUV 90.07 123.44 64.47 -
System Red Green Blue C M Y K H S L
Decimal 1 137 82 0.99 0 0.40 0.46 155.74 0.99 0.27
Hex 1 89 52 63 0 28 2E 9C 63 1B
Octal 1 211 122 143 0 50 56 234 143 33
Binary 1 10001001 1010010 1100011 0 101000 101110 10011100 1100011 11011

Color Harmonies of #018952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018952

Black with #018952

Text Example


Text Example

White with #018952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018952; }

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

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

background-color css

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

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

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

border-color css

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

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

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