#0DAC2E

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

Shades of Dark Pastel Green #0DAC2E

Tints of Dark Pastel Green #0DAC2E

Color information

#0DAC2E (or 0x0DAC2E) is unknown color: approx Dark Pastel Green. HEX triplet: 0D, AC and 2E. RGB value is (13,172,46). Sum of RGB (Red+Green+Blue) = 13+172+46=231 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.63% from 231); Green value is 172 (67.58% from 255 or 74.46% from 231); Blue value is 46 (18.36% from 255 or 19.91% from 231); Max value from RGB is 172 - color contains mainly: green. Hex color #0DAC2E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAC2E is #F253D1. Grayscale: #6E6E6E. Windows color (decimal): -15881170 or 3058701. OLE color: 3058701.

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

Color convert

RGB1317246-
CMYK0.9200.730.33
HSL132.45º85.95%36.27%-
HSV(B)132.45º92.44%67.45%-
XYZ15.4129.797.52-
YUV110.191.8258.75-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.63%
GREEN value IS 172 (67.58% from 255) = 74.46%
BLUE value IS 46 (18.36% from 255) = 19.91%
R=5.63%
G=74.46%
B=19.91%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal13172460.9200.730.33132.4585.9536.27
HexDAC2E5C04921845624
Octal152545613401114120412644
Binary110110101100101110101110001001001100001100001001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DAC2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,172,46); }

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

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

 a { background-color: rgb(13,172,46); }

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

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

 span { border-color: rgb(13,172,46); }

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