#0DBA4E

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

Shades of Dark Pastel Green #0DBA4E

Tints of Dark Pastel Green #0DBA4E

Color information

#0DBA4E (or 0x0DBA4E) is unknown color: approx Dark Pastel Green. HEX triplet: 0D, BA and 4E. RGB value is (13,186,78). Sum of RGB (Red+Green+Blue) = 13+186+78=277 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.69% from 277); Green value is 186 (73.05% from 255 or 67.15% from 277); Blue value is 78 (30.86% from 255 or 28.16% from 277); Max value from RGB is 186 - color contains mainly: green. Hex color #0DBA4E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DBA4E is #F245B1. Grayscale: #7A7A7A. Windows color (decimal): -15877554 or 5159437. OLE color: 5159437.

HSL color Cylindrical-coordinate representation of color #0DBA4E: hue angle of 142.54º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBA4E is Cyan = 0.93, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB1318678-
CMYK0.9300.580.27
HSL142.54º86.93%39.02%-
HSV(B)142.54º93.01%72.94%-
XYZ19.135.7513.1-
YUV121.96103.1950.28-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.69%
GREEN value IS 186 (73.05% from 255) = 67.15%
BLUE value IS 78 (30.86% from 255) = 28.16%
R=4.69%
G=67.15%
B=28.16%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal13186780.9300.580.27142.5486.9339.02
HexDBA4E5D03A1B8f5727
Octal152721161350723321712747
Binary11011011101010011101011101011101011011100011111010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DBA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,186,78); }

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

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

 a { background-color: rgb(13,186,78); }

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

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

 span { border-color: rgb(13,186,78); }

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