#125D10

Color #125D10 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #125D10

Tints of Myrtle #125D10

Color information

#125D10 (or 0x125D10) is unknown color: approx Myrtle. HEX triplet: 12, 5D and 10. RGB value is (18,93,16). Sum of RGB (Red+Green+Blue) = 18+93+16=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 93 (36.72% from 255 or 73.23% from 127); Blue value is 16 (6.64% from 255 or 12.60% from 127); Max value from RGB is 93 - color contains mainly: green. Hex color #125D10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125D10 is #EDA2EF. Grayscale: #3E3E3E. Windows color (decimal): -15573744 or 1072402. OLE color: 1072402.

HSL color Cylindrical-coordinate representation of color #125D10: hue angle of 118.44º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #125D10 is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.64.

Color convert

RGB189316-
CMYK0.8100.830.64
HSL118.44º70.64%21.37%-
HSV(B)118.44º82.8%36.47%-
XYZ4.267.991.81-
YUV61.8102.1596.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.17%
GREEN value IS 93 (36.72% from 255) = 73.23%
BLUE value IS 16 (6.64% from 255) = 12.60%
R=14.17%
G=73.23%
B=12.60%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1893160.8100.830.64118.4470.6421.37
Hex125D105105340764715
Octal2213520121012310016610725
Binary1001010111011000010100010101001110000001110110100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125D10; }

 p { color: rgb(18,93,16); }

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

<style>
 a { background-color: #125D10; }

 a { background-color: rgb(18,93,16); }

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

<style>
 span { border-color: #125D10; }

 span { border-color: rgb(18,93,16); }

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