#0DAB3B

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

Shades of Dark Pastel Green #0DAB3B

Tints of Dark Pastel Green #0DAB3B

Color information

#0DAB3B (or 0x0DAB3B) is unknown color: approx Dark Pastel Green. HEX triplet: 0D, AB and 3B. RGB value is (13,171,59). Sum of RGB (Red+Green+Blue) = 13+171+59=243 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.35% from 243); Green value is 171 (67.19% from 255 or 70.37% from 243); Blue value is 59 (23.44% from 255 or 24.28% from 243); Max value from RGB is 171 - color contains mainly: green. Hex color #0DAB3B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAB3B is #F254C4. Grayscale: #6F6F6F. Windows color (decimal): -15881413 or 3910413. OLE color: 3910413.

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

Color convert

RGB1317159-
CMYK0.9200.650.33
HSL137.47º85.87%36.08%-
HSV(B)137.47º92.4%67.06%-
XYZ15.5229.539.02-
YUV110.9998.6558.11-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.35%
GREEN value IS 171 (67.19% from 255) = 70.37%
BLUE value IS 59 (23.44% from 255) = 24.28%
R=5.35%
G=70.37%
B=24.28%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal13171590.9200.650.33137.4785.8736.08
HexDAB3B5C04121895624
Octal152537313401014121112644
Binary110110101011111011101110001000001100001100010011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DAB3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,171,59); }

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

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

 a { background-color: rgb(13,171,59); }

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

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

 span { border-color: rgb(13,171,59); }

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