#0DC71B

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

Shades of Dark Pastel Green #0DC71B

Tints of Dark Pastel Green #0DC71B

Color information

#0DC71B (or 0x0DC71B) is unknown color: approx Dark Pastel Green. HEX triplet: 0D, C7 and 1B. RGB value is (13,199,27). Sum of RGB (Red+Green+Blue) = 13+199+27=239 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.44% from 239); Green value is 199 (78.12% from 255 or 83.26% from 239); Blue value is 27 (10.94% from 255 or 11.30% from 239); Max value from RGB is 199 - color contains mainly: green. Hex color #0DC71B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC71B is #F238E4. Grayscale: #7C7C7C. Windows color (decimal): -15874277 or 1820429. OLE color: 1820429.

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

Color convert

RGB1319927-
CMYK0.9300.860.22
HSL124.52º87.74%41.57%-
HSV(B)124.52º93.47%78.04%-
XYZ20.7941.017.86-
YUV123.7873.3848.99-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.44%
GREEN value IS 199 (78.12% from 255) = 83.26%
BLUE value IS 27 (10.94% from 255) = 11.30%
R=5.44%
G=83.26%
B=11.30%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal13199270.9300.860.22124.5287.7441.57
HexDC71B5D056167d582a
Octal153073313501262617513052
Binary110111000111110111011101010101101011011111011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DC71B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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