#0DA42A

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

Shades of Dark Pastel Green #0DA42A

Tints of Dark Pastel Green #0DA42A

Color information

#0DA42A (or 0x0DA42A) is unknown color: approx Dark Pastel Green. HEX triplet: 0D, A4 and 2A. RGB value is (13,164,42). Sum of RGB (Red+Green+Blue) = 13+164+42=219 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.94% from 219); Green value is 164 (64.45% from 255 or 74.89% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 164 - color contains mainly: green. Hex color #0DA42A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA42A is #F25BD5. Grayscale: #696969. Windows color (decimal): -15883222 or 2794509. OLE color: 2794509.

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

Color convert

RGB1316442-
CMYK0.9200.740.36
HSL131.52º85.31%34.71%-
HSV(B)131.52º92.07%64.31%-
XYZ13.8626.86.63-
YUV104.9492.4762.42-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.94%
GREEN value IS 164 (64.45% from 255) = 74.89%
BLUE value IS 42 (16.80% from 255) = 19.18%
R=5.94%
G=74.89%
B=19.18%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal13164420.9200.740.36131.5285.3134.71
HexDA42A5C04A24845523
Octal152445213401124420412543
Binary110110100100101010101110001001010100100100001001010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA42A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,164,42); }

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

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

 a { background-color: rgb(13,164,42); }

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

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

 span { border-color: rgb(13,164,42); }

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