#0DCF1B

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

Shades of Dark Pastel Green #0DCF1B

Tints of Dark Pastel Green #0DCF1B

Color information

#0DCF1B (or 0x0DCF1B) is unknown color: approx Dark Pastel Green. HEX triplet: 0D, CF and 1B. RGB value is (13,207,27). Sum of RGB (Red+Green+Blue) = 13+207+27=247 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.26% from 247); Green value is 207 (81.25% from 255 or 83.81% from 247); Blue value is 27 (10.94% from 255 or 10.93% from 247); Max value from RGB is 207 - color contains mainly: green. Hex color #0DCF1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DCF1B is #F230E4. Grayscale: #818181. Windows color (decimal): -15872229 or 1822477. OLE color: 1822477.

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

Color convert

RGB1320727-
CMYK0.9400.870.19
HSL124.33º88.18%43.14%-
HSV(B)124.33º93.72%81.18%-
XYZ22.6844.798.49-
YUV128.4770.7345.64-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.26%
GREEN value IS 207 (81.25% from 255) = 83.81%
BLUE value IS 27 (10.94% from 255) = 10.93%
R=5.26%
G=83.81%
B=10.93%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal13207270.9400.870.19124.3388.1843.14
HexDCF1B5E057137c582b
Octal153173313601272317413053
Binary110111001111110111011110010101111001111111001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DCF1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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