#0DA826

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

Shades of Dark Pastel Green #0DA826

Tints of Dark Pastel Green #0DA826

Color information

#0DA826 (or 0x0DA826) is unknown color: approx Dark Pastel Green. HEX triplet: 0D, A8 and 26. RGB value is (13,168,38). Sum of RGB (Red+Green+Blue) = 13+168+38=219 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.94% from 219); Green value is 168 (66.02% from 255 or 76.71% from 219); Blue value is 38 (15.23% from 255 or 17.35% from 219); Max value from RGB is 168 - color contains mainly: green. Hex color #0DA826 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA826 is #F257D9. Grayscale: #6B6B6B. Windows color (decimal): -15882202 or 2533389. OLE color: 2533389.

HSL color Cylindrical-coordinate representation of color #0DA826: hue angle of 129.68º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA826 is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.34.

Color convert

RGB1316838-
CMYK0.9200.770.34
HSL129.68º85.64%35.49%-
HSV(B)129.68º92.26%65.88%-
XYZ14.5228.236.52-
YUV106.8489.1561.07-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.94%
GREEN value IS 168 (66.02% from 255) = 76.71%
BLUE value IS 38 (15.23% from 255) = 17.35%
R=5.94%
G=76.71%
B=17.35%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal13168380.9200.770.34129.6885.6435.49
HexDA8265C04D22825623
Octal152504613401154220212643
Binary110110101000100110101110001001101100010100000101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,168,38); }

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

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

 a { background-color: rgb(13,168,38); }

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

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

 span { border-color: rgb(13,168,38); }

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