#0DC83B

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

Shades of Dark Pastel Green #0DC83B

Tints of Dark Pastel Green #0DC83B

Color information

#0DC83B (or 0x0DC83B) is unknown color: approx Dark Pastel Green. HEX triplet: 0D, C8 and 3B. RGB value is (13,200,59). Sum of RGB (Red+Green+Blue) = 13+200+59=272 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.78% from 272); Green value is 200 (78.52% from 255 or 73.53% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 200 - color contains mainly: green. Hex color #0DC83B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC83B is #F237C4. Grayscale: #808080. Windows color (decimal): -15873989 or 3917837. OLE color: 3917837.

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

Color convert

RGB1320059-
CMYK0.9400.700.22
HSL134.76º87.79%41.76%-
HSV(B)134.76º93.5%78.43%-
XYZ21.6141.7111.05-
YUV128.0189.0545.96-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.78%
GREEN value IS 200 (78.52% from 255) = 73.53%
BLUE value IS 59 (23.44% from 255) = 21.69%
R=4.78%
G=73.53%
B=21.69%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal13200590.9400.700.22134.7687.7941.76
HexDC83B5E0461687582a
Octal153107313601062620713052
Binary11011100100011101110111100100011010110100001111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DC83B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,200,59); }

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

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

 a { background-color: rgb(13,200,59); }

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

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

 span { border-color: rgb(13,200,59); }

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