#125E10

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

Shades of Myrtle #125E10

Tints of Myrtle #125E10

Color information

#125E10 (or 0x125E10) is unknown color: approx Myrtle. HEX triplet: 12, 5E and 10. RGB value is (18,94,16). Sum of RGB (Red+Green+Blue) = 18+94+16=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 94 (37.11% from 255 or 73.44% from 128); Blue value is 16 (6.64% from 255 or 12.5% from 128); Max value from RGB is 94 - color contains mainly: green. Hex color #125E10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125E10 is #EDA1EF. Grayscale: #3E3E3E. Windows color (decimal): -15573488 or 1072658. OLE color: 1072658.

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

Color convert

RGB189416-
CMYK0.8100.830.63
HSL118.46º70.91%21.57%-
HSV(B)118.46º82.98%36.86%-
XYZ4.358.171.84-
YUV62.38101.8296.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.06%
GREEN value IS 94 (37.11% from 255) = 73.44%
BLUE value IS 16 (6.64% from 255) = 12.5%
R=14.06%
G=73.44%
B=12.5%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1894160.8100.830.63118.4670.9121.57
Hex125E10510533F764716
Octal221362012101237716610726
Binary100101011110100001010001010100111111111110110100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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