#126514

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

Shades of Green #126514

Tints of Green #126514

Color information

#126514 (or 0x126514) is unknown color: approx Green. HEX triplet: 12, 65 and 14. RGB value is (18,101,20). Sum of RGB (Red+Green+Blue) = 18+101+20=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 101 (39.84% from 255 or 72.66% from 139); Blue value is 20 (8.20% from 255 or 14.39% from 139); Max value from RGB is 101 - color contains mainly: green. Hex color #126514 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126514 is #ED9AEB. Grayscale: #434343. Windows color (decimal): -15571692 or 1336594. OLE color: 1336594.

HSL color Cylindrical-coordinate representation of color #126514: hue angle of 121.45º 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 #126514 is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.60.

Color convert

RGB1810120-
CMYK0.8200.800.60
HSL121.45º69.75%23.33%-
HSV(B)121.45º82.18%39.61%-
XYZ5.039.492.23-
YUV66.95101.593.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.95%
GREEN value IS 101 (39.84% from 255) = 72.66%
BLUE value IS 20 (8.20% from 255) = 14.39%
R=12.95%
G=72.66%
B=14.39%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18101200.8200.800.60121.4569.7523.33
Hex126514520503C794617
Octal221452412201207417110627
Binary100101100101101001010010010100001111001111001100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126514; }

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

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

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

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

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

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

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

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