#0DA25C

Color #0DA25C Shamrock Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock Green #0DA25C

Tints of Shamrock Green #0DA25C

Color information

#0DA25C (or 0x0DA25C) is unknown color: approx Shamrock Green. HEX triplet: 0D, A2 and 5C. RGB value is (13,162,92). Sum of RGB (Red+Green+Blue) = 13+162+92=267 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.87% from 267); Green value is 162 (63.67% from 255 or 60.67% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 162 - color contains mainly: green. Hex color #0DA25C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA25C is #F25DA3. Grayscale: #6D6D6D. Windows color (decimal): -15883684 or 6070797. OLE color: 6070797.

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

Color convert

RGB1316292-
CMYK0.9200.430.36
HSL151.81º85.14%34.31%-
HSV(B)151.81º91.98%63.53%-
XYZ15.0226.714.49-
YUV109.47118.1459.19-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.87%
GREEN value IS 162 (63.67% from 255) = 60.67%
BLUE value IS 92 (36.33% from 255) = 34.46%
R=4.87%
G=60.67%
B=34.46%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal13162920.9200.430.36151.8185.1434.31
HexDA25C5C02B24985522
Octal152421341340534423012542
Binary110110100010101110010111000101011100100100110001010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,162,92); }

 H1.HeaderClassName
 {
   color: #0DA25C;
 }
 .AnyTagClassName
 {
   color: #0DA25C;
 }
</style>
background-color css

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

 a { background-color: rgb(13,162,92); }

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

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

 span { border-color: rgb(13,162,92); }

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