#0D8713

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

Shades of Green #0D8713

Tints of Green #0D8713

Color information

#0D8713 (or 0x0D8713) is unknown color: approx Green. HEX triplet: 0D, 87 and 13. RGB value is (13,135,19). Sum of RGB (Red+Green+Blue) = 13+135+19=167 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.78% from 167); Green value is 135 (53.12% from 255 or 80.84% from 167); Blue value is 19 (7.81% from 255 or 11.38% from 167); Max value from RGB is 135 - color contains mainly: green. Hex color #0D8713 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D8713 is #F278EC. Grayscale: #555555. Windows color (decimal): -15890669 or 1279757. OLE color: 1279757.

HSL color Cylindrical-coordinate representation of color #0D8713: hue angle of 122.95º degrees, saturation: 0.82, 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 #0D8713 is Cyan = 0.90, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB1313519-
CMYK0.9000.860.47
HSL122.95º82.43%29.02%-
HSV(B)122.95º90.37%52.94%-
XYZ8.9517.463.51-
YUV85.390.5876.43-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.78%
GREEN value IS 135 (53.12% from 255) = 80.84%
BLUE value IS 19 (7.81% from 255) = 11.38%
R=7.78%
G=80.84%
B=11.38%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13135190.9000.860.47122.9582.4329.02
HexD87135A0562F7b521d
Octal152072313201265717312235
Binary110110000111100111011010010101101011111111011101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,135,19); }

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

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

 a { background-color: rgb(13,135,19); }

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

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

 span { border-color: rgb(13,135,19); }

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