#121601

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

Shades of Green Waterloo #121601

Tints of Green Waterloo #121601

Color information

#121601 (or 0x121601) is unknown color: approx Green Waterloo. HEX triplet: 12, 16 and 01. RGB value is (18,22,1). Sum of RGB (Red+Green+Blue) = 18+22+1=41 (5% of max value = 765). Red value is 18 (7.42% from 255 or 43.90% from 41); Green value is 22 (8.98% from 255 or 53.66% from 41); Blue value is 1 (0.78% from 255 or 2.44% from 41); Max value from RGB is 22 - color contains mainly: green. Hex color #121601 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121601 is #EDE9FE. Grayscale: #121212. Windows color (decimal): -15591935 or 71186. OLE color: 71186.

HSL color Cylindrical-coordinate representation of color #121601: hue angle of 71.43º degrees, saturation: 0.91, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #121601 is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.91.

Color convert

RGB18221-
CMYK0.1800.950.91
HSL71.43º91.3%4.51%-
HSV(B)71.43º95.45%8.63%-
XYZ0.540.70.14-
YUV18.41118.17127.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 43.90%
GREEN value IS 22 (8.98% from 255) = 53.66%
BLUE value IS 1 (0.78% from 255) = 2.44%
R=43.90%
G=53.66%
B=2.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal182210.1800.950.9171.4391.34.51
Hex121611205F5B475b5
Octal222612201371331071335
Binary100101011011001001011111101101110001111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121601; }

 p { color: rgb(18,22,1); }

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

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

 a { background-color: rgb(18,22,1); }

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

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

 span { border-color: rgb(18,22,1); }

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