#126510

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

Shades of Green #126510

Tints of Green #126510

Color information

#126510 (or 0x126510) is unknown color: approx Green. HEX triplet: 12, 65 and 10. RGB value is (18,101,16). Sum of RGB (Red+Green+Blue) = 18+101+16=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 101 (39.84% from 255 or 74.81% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 101 - color contains mainly: green. Hex color #126510 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126510 is #ED9AEF. Grayscale: #424242. Windows color (decimal): -15571696 or 1074450. OLE color: 1074450.

HSL color Cylindrical-coordinate representation of color #126510: hue angle of 118.59º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #126510 is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.60.

Color convert

RGB1810116-
CMYK0.8200.840.60
HSL118.59º72.65%22.94%-
HSV(B)118.59º84.16%39.61%-
XYZ59.472.06-
YUV66.4999.593.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.33%
GREEN value IS 101 (39.84% from 255) = 74.81%
BLUE value IS 16 (6.64% from 255) = 11.85%
R=13.33%
G=74.81%
B=11.85%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18101160.8200.840.60118.5972.6522.94
Hex126510520543C774917
Octal221452012201247416711127
Binary100101100101100001010010010101001111001110111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126510; }

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

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

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

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

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

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

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

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