Html Css Color HEX #0DAC5F Shamrock Green

📋 copy color: '#0DAC5F'

red 13 ◦ green 172 ◦ blue 95

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

Shades of Shamrock Green #0DAC5F

Tints of Shamrock Green #0DAC5F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 61.43%

 BLUE value IS 95 (37.5% from 255) = 33.93%

R = 4.64%
G = 61.43%
B = 33.93%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#0DAC5F (or 0x0DAC5F) is known color: Shamrock Green. HEX triplet: 0D, AC and 5F. RGB value is (13,172,95). Sum of RGB (Red+Green+Blue) = 13+172+95=280 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.64% from 280); Green value is 172 (67.58% from 255 or 61.43% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 172 - color contains mainly: green. Hex color #0DAC5F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAC5F is #F253A0. Grayscale: #737373. Windows color (decimal): -15881121 or 6269965. OLE color: 6269965.

HSL color Cylindrical-coordinate representation of color #0DAC5F: hue angle of 150.94º 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 #0DAC5F is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 13 172 95 -
CMYK 0.92 0 0.45 0.33
HSL 150.94º 0.86% 0.36% -
HSV(B) 150.94º 0.92% 0.67% -
XYZ 16.98 30.42 15.8 -
YUV 115.68 116.32 54.76 -
System Red Green Blue C M Y K H S L
Decimal 13 172 95 0.92 0 0.45 0.33 150.94 0.86 0.36
Hex D AC 5F 5C 0 2D 21 97 56 24
Octal 15 254 137 134 0 55 41 227 126 44
Binary 1101 10101100 1011111 1011100 0 101101 100001 10010111 1010110 100100

Color Harmonies of #0DAC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAC5F

Black with #0DAC5F

Text Example


Text Example

White with #0DAC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,172,95); }

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

background-color css

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

 a { background-color: rgb(13,172,95); }

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

border-color css

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

 span { border-color: rgb(13,172,95); }

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