#0DCC1B

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

Shades of Dark Pastel Green #0DCC1B

Tints of Dark Pastel Green #0DCC1B

Color information

#0DCC1B (or 0x0DCC1B) is unknown color: approx Dark Pastel Green. HEX triplet: 0D, CC and 1B. RGB value is (13,204,27). Sum of RGB (Red+Green+Blue) = 13+204+27=244 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.33% from 244); Green value is 204 (80.08% from 255 or 83.61% from 244); Blue value is 27 (10.94% from 255 or 11.07% from 244); Max value from RGB is 204 - color contains mainly: green. Hex color #0DCC1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DCC1B is #F233E4. Grayscale: #7F7F7F. Windows color (decimal): -15872997 or 1821709. OLE color: 1821709.

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

Color convert

RGB1320427-
CMYK0.9400.870.2
HSL124.4º88.02%42.55%-
HSV(B)124.4º93.63%80%-
XYZ21.9643.358.25-
YUV126.7171.7246.89-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.33%
GREEN value IS 204 (80.08% from 255) = 83.61%
BLUE value IS 27 (10.94% from 255) = 11.07%
R=5.33%
G=83.61%
B=11.07%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal13204270.9400.870.2124.488.0242.55
HexDCC1B5E057147c582b
Octal153143313601272417413053
Binary110111001100110111011110010101111010011111001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DCC1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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