Html Css Color HEX #0DA65E Shamrock Green

📋 copy color: '#0DA65E'

red 13 ◦ green 166 ◦ blue 94

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

Shades of Shamrock Green #0DA65E

Tints of Shamrock Green #0DA65E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 60.81%

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

R = 4.76%
G = 60.81%
B = 34.43%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#0DA65E (or 0x0DA65E) is known color: Shamrock Green. HEX triplet: 0D, A6 and 5E. RGB value is (13,166,94). Sum of RGB (Red+Green+Blue) = 13+166+94=273 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.76% from 273); Green value is 166 (65.23% from 255 or 60.81% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 166 - color contains mainly: green. Hex color #0DA65E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA65E is #F259A1. Grayscale: #707070. Windows color (decimal): -15882658 or 6202893. OLE color: 6202893.

HSL color Cylindrical-coordinate representation of color #0DA65E: hue angle of 151.76º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA65E is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB 13 166 94 -
CMYK 0.92 0 0.43 0.35
HSL 151.76º 0.85% 0.35% -
HSV(B) 151.76º 0.92% 0.65% -
XYZ 15.82 28.17 15.19 -
YUV 112.05 117.81 57.35 -
System Red Green Blue C M Y K H S L
Decimal 13 166 94 0.92 0 0.43 0.35 151.76 0.85 0.35
Hex D A6 5E 5C 0 2B 23 98 55 23
Octal 15 246 136 134 0 53 43 230 125 43
Binary 1101 10100110 1011110 1011100 0 101011 100011 10011000 1010101 100011

Color Harmonies of #0DA65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA65E

Black with #0DA65E

Text Example


Text Example

White with #0DA65E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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