#0DCC3A

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

Shades of Dark Pastel Green #0DCC3A

Tints of Dark Pastel Green #0DCC3A

Color information

#0DCC3A (or 0x0DCC3A) is unknown color: approx Dark Pastel Green. HEX triplet: 0D, CC and 3A. RGB value is (13,204,58). Sum of RGB (Red+Green+Blue) = 13+204+58=275 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.73% from 275); Green value is 204 (80.08% from 255 or 74.18% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 204 - color contains mainly: green. Hex color #0DCC3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DCC3A is #F233C5. Grayscale: #828282. Windows color (decimal): -15872966 or 3853325. OLE color: 3853325.

HSL color Cylindrical-coordinate representation of color #0DCC3A: hue angle of 134.14º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCC3A is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB1320458-
CMYK0.9400.720.2
HSL134.14º88.02%42.55%-
HSV(B)134.14º93.63%80%-
XYZ22.5243.5811.23-
YUV130.2587.2244.37-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.73%
GREEN value IS 204 (80.08% from 255) = 74.18%
BLUE value IS 58 (23.05% from 255) = 21.09%
R=4.73%
G=74.18%
B=21.09%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal13204580.9400.720.2134.1488.0242.55
HexDCC3A5E0481486582b
Octal153147213601102420613053
Binary11011100110011101010111100100100010100100001101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DCC3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,204,58); }

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

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

 a { background-color: rgb(13,204,58); }

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

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

 span { border-color: rgb(13,204,58); }

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