#0DC015

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

Shades of Dark Pastel Green #0DC015

Tints of Dark Pastel Green #0DC015

Color information

#0DC015 (or 0x0DC015) is unknown color: approx Dark Pastel Green. HEX triplet: 0D, C0 and 15. RGB value is (13,192,21). Sum of RGB (Red+Green+Blue) = 13+192+21=226 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.75% from 226); Green value is 192 (75.39% from 255 or 84.96% from 226); Blue value is 21 (8.59% from 255 or 9.29% from 226); Max value from RGB is 192 - color contains mainly: green. Hex color #0DC015 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DC015 is #F23FEA. Grayscale: #777777. Windows color (decimal): -15876075 or 1425421. OLE color: 1425421.

HSL color Cylindrical-coordinate representation of color #0DC015: hue angle of 122.68º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC015 is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB1319221-
CMYK0.9300.890.25
HSL122.68º87.32%40.2%-
HSV(B)122.68º93.23%75.29%-
XYZ19.1537.847-
YUV118.9872.752.4-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.75%
GREEN value IS 192 (75.39% from 255) = 84.96%
BLUE value IS 21 (8.59% from 255) = 9.29%
R=5.75%
G=84.96%
B=9.29%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal13192210.9300.890.25122.6887.3240.2
HexDC0155D059197b5728
Octal153002513501313117312750
Binary110111000000101011011101010110011100111110111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DC015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,192,21); }

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

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

 a { background-color: rgb(13,192,21); }

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

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

 span { border-color: rgb(13,192,21); }

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