#0D880F

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

Shades of Green #0D880F

Tints of Green #0D880F

Color information

#0D880F (or 0x0D880F) is unknown color: approx Green. HEX triplet: 0D, 88 and 0F. RGB value is (13,136,15). Sum of RGB (Red+Green+Blue) = 13+136+15=164 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.93% from 164); Green value is 136 (53.52% from 255 or 82.93% from 164); Blue value is 15 (6.25% from 255 or 9.15% from 164); Max value from RGB is 136 - color contains mainly: green. Hex color #0D880F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D880F is #F277F0. Grayscale: #555555. Windows color (decimal): -15890417 or 1017869. OLE color: 1017869.

HSL color Cylindrical-coordinate representation of color #0D880F: hue angle of 120.98º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D880F is Cyan = 0.90, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB1313615-
CMYK0.9000.890.47
HSL120.98º82.55%29.22%-
HSV(B)120.98º90.44%53.33%-
XYZ9.0617.733.4-
YUV85.4388.2576.34-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.93%
GREEN value IS 136 (53.52% from 255) = 82.93%
BLUE value IS 15 (6.25% from 255) = 9.15%
R=7.93%
G=82.93%
B=9.15%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13136150.9000.890.47120.9882.5529.22
HexD88F5A0592F79531d
Octal152101713201315717112335
Binary11011000100011111011010010110011011111111001101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D880F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,136,15); }

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

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

 a { background-color: rgb(13,136,15); }

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

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

 span { border-color: rgb(13,136,15); }

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