#0DCA1E

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

Shades of Dark Pastel Green #0DCA1E

Tints of Dark Pastel Green #0DCA1E

Color information

#0DCA1E (or 0x0DCA1E) is unknown color: approx Dark Pastel Green. HEX triplet: 0D, CA and 1E. RGB value is (13,202,30). Sum of RGB (Red+Green+Blue) = 13+202+30=245 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.31% from 245); Green value is 202 (79.30% from 255 or 82.45% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 202 - color contains mainly: green. Hex color #0DCA1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DCA1E is #F235E1. Grayscale: #7E7E7E. Windows color (decimal): -15873506 or 2017805. OLE color: 2017805.

HSL color Cylindrical-coordinate representation of color #0DCA1E: hue angle of 125.4º 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 #0DCA1E is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB1320230-
CMYK0.9400.850.21
HSL125.4º87.91%42.16%-
HSV(B)125.4º93.56%79.22%-
XYZ21.5242.428.28-
YUV125.8873.8847.49-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.31%
GREEN value IS 202 (79.30% from 255) = 82.45%
BLUE value IS 30 (12.11% from 255) = 12.24%
R=5.31%
G=82.45%
B=12.24%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal13202300.9400.850.21125.487.9142.16
HexDCA1E5E055157d582a
Octal153123613601252517513052
Binary110111001010111101011110010101011010111111011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DCA1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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