Html Css Color HEX #0DA562 Shamrock Green

📋 copy color: '#0DA562'

red 13 ◦ green 165 ◦ blue 98

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

Shades of Shamrock Green #0DA562

Tints of Shamrock Green #0DA562

RGB

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

 GREEN value IS 165 (64.84% from 255) = 59.78%

 BLUE value IS 98 (38.67% from 255) = 35.51%

R = 4.71%
G = 59.78%
B = 35.51%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#0DA562 (or 0x0DA562) is known color: Shamrock Green. HEX triplet: 0D, A5 and 62. RGB value is (13,165,98). Sum of RGB (Red+Green+Blue) = 13+165+98=276 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.71% from 276); Green value is 165 (64.84% from 255 or 59.78% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 165 - color contains mainly: green. Hex color #0DA562 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA562 is #F25A9D. Grayscale: #707070. Windows color (decimal): -15882910 or 6464781. OLE color: 6464781.

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

Color convert

RGB 13 165 98 -
CMYK 0.92 0 0.41 0.35
HSL 153.55º 0.85% 0.35% -
HSV(B) 153.55º 0.92% 0.65% -
XYZ 15.83 27.88 16.1 -
YUV 111.91 120.14 57.45 -
System Red Green Blue C M Y K H S L
Decimal 13 165 98 0.92 0 0.41 0.35 153.55 0.85 0.35
Hex D A5 62 5C 0 29 23 9A 55 23
Octal 15 245 142 134 0 51 43 232 125 43
Binary 1101 10100101 1100010 1011100 0 101001 100011 10011010 1010101 100011

Color Harmonies of #0DA562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA562

Black with #0DA562

Text Example


Text Example

White with #0DA562

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,165,98); }

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

background-color css

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

 a { background-color: rgb(13,165,98); }

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

border-color css

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

 span { border-color: rgb(13,165,98); }

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