Html Css Color HEX #0DAA5E Shamrock Green

📋 copy color: '#0DAA5E'

red 13 ◦ green 170 ◦ blue 94

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

Shades of Shamrock Green #0DAA5E

Tints of Shamrock Green #0DAA5E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 61.37%

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

R = 4.69%
G = 61.37%
B = 33.94%

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

#0DAA5E (or 0x0DAA5E) is known color: Shamrock Green. HEX triplet: 0D, AA and 5E. RGB value is (13,170,94). Sum of RGB (Red+Green+Blue) = 13+170+94=277 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.69% from 277); Green value is 170 (66.80% from 255 or 61.37% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 170 - color contains mainly: green. Hex color #0DAA5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAA5E is #F255A1. Grayscale: #727272. Windows color (decimal): -15881634 or 6203917. OLE color: 6203917.

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

Color convert

RGB 13 170 94 -
CMYK 0.92 0 0.45 0.33
HSL 150.96º 0.86% 0.36% -
HSV(B) 150.96º 0.92% 0.67% -
XYZ 16.56 29.64 15.44 -
YUV 114.39 116.49 55.68 -
System Red Green Blue C M Y K H S L
Decimal 13 170 94 0.92 0 0.45 0.33 150.96 0.86 0.36
Hex D AA 5E 5C 0 2D 21 97 56 24
Octal 15 252 136 134 0 55 41 227 126 44
Binary 1101 10101010 1011110 1011100 0 101101 100001 10010111 1010110 100100

Color Harmonies of #0DAA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAA5E

Black with #0DAA5E

Text Example


Text Example

White with #0DAA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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