Html Css Color HEX #0DA961 Shamrock Green

📋 copy color: '#0DA961'

red 13 ◦ green 169 ◦ blue 97

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

Shades of Shamrock Green #0DA961

Tints of Shamrock Green #0DA961

RGB

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

 GREEN value IS 169 (66.41% from 255) = 60.57%

 BLUE value IS 97 (38.28% from 255) = 34.77%

R = 4.66%
G = 60.57%
B = 34.77%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#0DA961 (or 0x0DA961) is known color: Shamrock Green. HEX triplet: 0D, A9 and 61. RGB value is (13,169,97). Sum of RGB (Red+Green+Blue) = 13+169+97=279 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.66% from 279); Green value is 169 (66.41% from 255 or 60.57% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 169 - color contains mainly: green. Hex color #0DA961 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA961 is #F2569E. Grayscale: #727272. Windows color (decimal): -15881887 or 6400269. OLE color: 6400269.

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

Color convert

RGB 13 169 97 -
CMYK 0.92 0 0.43 0.34
HSL 152.31º 0.86% 0.36% -
HSV(B) 152.31º 0.92% 0.66% -
XYZ 16.51 29.32 16.1 -
YUV 114.15 118.32 55.85 -
System Red Green Blue C M Y K H S L
Decimal 13 169 97 0.92 0 0.43 0.34 152.31 0.86 0.36
Hex D A9 61 5C 0 2B 22 98 56 24
Octal 15 251 141 134 0 53 42 230 126 44
Binary 1101 10101001 1100001 1011100 0 101011 100010 10011000 1010110 100100

Color Harmonies of #0DA961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA961

Black with #0DA961

Text Example


Text Example

White with #0DA961

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,169,97); }

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

background-color css

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

 a { background-color: rgb(13,169,97); }

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

border-color css

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

 span { border-color: rgb(13,169,97); }

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