#126515

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

Shades of Green #126515

Tints of Green #126515

Color information

#126515 (or 0x126515) is unknown color: approx Green. HEX triplet: 12, 65 and 15. RGB value is (18,101,21). Sum of RGB (Red+Green+Blue) = 18+101+21=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 101 (39.84% from 255 or 72.14% from 140); Blue value is 21 (8.59% from 255 or 15% from 140); Max value from RGB is 101 - color contains mainly: green. Hex color #126515 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126515 is #ED9AEA. Grayscale: #434343. Windows color (decimal): -15571691 or 1402130. OLE color: 1402130.

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

Color convert

RGB1810121-
CMYK0.8200.790.60
HSL122.17º69.75%23.33%-
HSV(B)122.17º82.18%39.61%-
XYZ5.049.492.28-
YUV67.0610293-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.86%
GREEN value IS 101 (39.84% from 255) = 72.14%
BLUE value IS 21 (8.59% from 255) = 15%
R=12.86%
G=72.14%
B=15%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18101210.8200.790.60122.1769.7523.33
Hex1265155204F3C7a4617
Octal221452512201177417210627
Binary100101100101101011010010010011111111001111010100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126515; }

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

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

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

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

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

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

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

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