#0DAD2E

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

Shades of Dark Pastel Green #0DAD2E

Tints of Dark Pastel Green #0DAD2E

Color information

#0DAD2E (or 0x0DAD2E) is unknown color: approx Dark Pastel Green. HEX triplet: 0D, AD and 2E. RGB value is (13,173,46). Sum of RGB (Red+Green+Blue) = 13+173+46=232 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.60% from 232); Green value is 173 (67.97% from 255 or 74.57% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 173 - color contains mainly: green. Hex color #0DAD2E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAD2E is #F252D1. Grayscale: #6F6F6F. Windows color (decimal): -15880914 or 3058957. OLE color: 3058957.

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

Color convert

RGB1317346-
CMYK0.9200.730.32
HSL132.38º86.02%36.47%-
HSV(B)132.38º92.49%67.84%-
XYZ15.630.177.59-
YUV110.6891.4958.33-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.60%
GREEN value IS 173 (67.97% from 255) = 74.57%
BLUE value IS 46 (18.36% from 255) = 19.83%
R=5.60%
G=74.57%
B=19.83%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal13173460.9200.730.32132.3886.0236.47
HexDAD2E5C04920845624
Octal152555613401114020412644
Binary110110101101101110101110001001001100000100001001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DAD2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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