Html Css Color HEX #0DA05E Shamrock Green

📋 copy color: '#0DA05E'

red 13 ◦ green 160 ◦ blue 94

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

Shades of Shamrock Green #0DA05E

Tints of Shamrock Green #0DA05E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 59.93%

 BLUE value IS 94 (37.11% from 255) = 35.21%

R = 4.87%
G = 59.93%
B = 35.21%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#0DA05E (or 0x0DA05E) is known color: Shamrock Green. HEX triplet: 0D, A0 and 5E. RGB value is (13,160,94). Sum of RGB (Red+Green+Blue) = 13+160+94=267 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.87% from 267); Green value is 160 (62.89% from 255 or 59.93% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 160 - color contains mainly: green. Hex color #0DA05E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA05E is #F25FA1. Grayscale: #6C6C6C. Windows color (decimal): -15884194 or 6201357. OLE color: 6201357.

HSL color Cylindrical-coordinate representation of color #0DA05E: hue angle of 153.06º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA05E is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB 13 160 94 -
CMYK 0.92 0 0.41 0.37
HSL 153.06º 0.85% 0.34% -
HSV(B) 153.06º 0.92% 0.63% -
XYZ 14.76 26.04 14.84 -
YUV 108.52 119.8 59.87 -
System Red Green Blue C M Y K H S L
Decimal 13 160 94 0.92 0 0.41 0.37 153.06 0.85 0.34
Hex D A0 5E 5C 0 29 25 99 55 22
Octal 15 240 136 134 0 51 45 231 125 42
Binary 1101 10100000 1011110 1011100 0 101001 100101 10011001 1010101 100010

Color Harmonies of #0DA05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA05E

Black with #0DA05E

Text Example


Text Example

White with #0DA05E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,160,94); }

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

background-color css

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

 a { background-color: rgb(13,160,94); }

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

border-color css

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

 span { border-color: rgb(13,160,94); }

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