Html Css Color HEX #0DAB60 Shamrock Green

📋 copy color: '#0DAB60'

red 13 ◦ green 171 ◦ blue 96

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

Shades of Shamrock Green #0DAB60

Tints of Shamrock Green #0DAB60

RGB

 RED value IS 13 (5.47% from 255) = 4.64%

 GREEN value IS 171 (67.19% from 255) = 61.07%

 BLUE value IS 96 (37.89% from 255) = 34.29%

R = 4.64%
G = 61.07%
B = 34.29%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#0DAB60 (or 0x0DAB60) is known color: Shamrock Green. HEX triplet: 0D, AB and 60. RGB value is (13,171,96). Sum of RGB (Red+Green+Blue) = 13+171+96=280 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.64% from 280); Green value is 171 (67.19% from 255 or 61.07% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 171 - color contains mainly: green. Hex color #0DAB60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAB60 is #F2549F. Grayscale: #737373. Windows color (decimal): -15881376 or 6335245. OLE color: 6335245.

HSL color Cylindrical-coordinate representation of color #0DAB60: hue angle of 151.52º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DAB60 is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 13 171 96 -
CMYK 0.92 0 0.44 0.33
HSL 151.52º 0.86% 0.36% -
HSV(B) 151.52º 0.92% 0.67% -
XYZ 16.84 30.06 15.98 -
YUV 115.21 117.15 55.1 -
System Red Green Blue C M Y K H S L
Decimal 13 171 96 0.92 0 0.44 0.33 151.52 0.86 0.36
Hex D AB 60 5C 0 2C 21 98 56 24
Octal 15 253 140 134 0 54 41 230 126 44
Binary 1101 10101011 1100000 1011100 0 101100 100001 10011000 1010110 100100

Color Harmonies of #0DAB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAB60

Black with #0DAB60

Text Example


Text Example

White with #0DAB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0DAB60; }

 p { color: rgb(13,171,96); }

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

background-color css

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

 a { background-color: rgb(13,171,96); }

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

border-color css

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

 span { border-color: rgb(13,171,96); }

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