#0DA633

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

Shades of Dark Pastel Green #0DA633

Tints of Dark Pastel Green #0DA633

Color information

#0DA633 (or 0x0DA633) is unknown color: approx Dark Pastel Green. HEX triplet: 0D, A6 and 33. RGB value is (13,166,51). Sum of RGB (Red+Green+Blue) = 13+166+51=230 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.65% from 230); Green value is 166 (65.23% from 255 or 72.17% from 230); Blue value is 51 (20.31% from 255 or 22.17% from 230); Max value from RGB is 166 - color contains mainly: green. Hex color #0DA633 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA633 is #F259CC. Grayscale: #6B6B6B. Windows color (decimal): -15882701 or 3384845. OLE color: 3384845.

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

Color convert

RGB1316651-
CMYK0.9200.690.35
HSL134.9º85.47%35.1%-
HSV(B)134.9º92.17%65.1%-
XYZ14.427.67.7-
YUV107.1496.3160.85-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.65%
GREEN value IS 166 (65.23% from 255) = 72.17%
BLUE value IS 51 (20.31% from 255) = 22.17%
R=5.65%
G=72.17%
B=22.17%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal13166510.9200.690.35134.985.4735.1
HexDA6335C04523875523
Octal152466313401054320712543
Binary110110100110110011101110001000101100011100001111010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,166,51); }

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

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

 a { background-color: rgb(13,166,51); }

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

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

 span { border-color: rgb(13,166,51); }

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