#0DCA46

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

Shades of Dark Pastel Green #0DCA46

Tints of Dark Pastel Green #0DCA46

Color information

#0DCA46 (or 0x0DCA46) is unknown color: approx Dark Pastel Green. HEX triplet: 0D, CA and 46. RGB value is (13,202,70). Sum of RGB (Red+Green+Blue) = 13+202+70=285 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.56% from 285); Green value is 202 (79.30% from 255 or 70.88% from 285); Blue value is 70 (27.73% from 255 or 24.56% from 285); Max value from RGB is 202 - color contains mainly: green. Hex color #0DCA46 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DCA46 is #F235B9. Grayscale: #828282. Windows color (decimal): -15873466 or 4639245. OLE color: 4639245.

HSL color Cylindrical-coordinate representation of color #0DCA46: hue angle of 138.1º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCA46 is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB1320270-
CMYK0.9400.650.21
HSL138.1º87.91%42.16%-
HSV(B)138.1º93.56%79.22%-
XYZ22.3942.7712.87-
YUV130.4493.8844.23-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.56%
GREEN value IS 202 (79.30% from 255) = 70.88%
BLUE value IS 70 (27.73% from 255) = 24.56%
R=4.56%
G=70.88%
B=24.56%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal13202700.9400.650.21138.187.9142.16
HexDCA465E041158a582a
Octal1531210613601012521213052
Binary110111001010100011010111100100000110101100010101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DCA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,202,70); }

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

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

 a { background-color: rgb(13,202,70); }

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

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

 span { border-color: rgb(13,202,70); }

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