#101209

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

Shades of Green Waterloo #101209

Tints of Green Waterloo #101209

Color information

#101209 (or 0x101209) is unknown color: approx Green Waterloo. HEX triplet: 10, 12 and 09. RGB value is (16,18,9). Sum of RGB (Red+Green+Blue) = 16+18+9=43 (5% of max value = 765). Red value is 16 (6.64% from 255 or 37.21% from 43); Green value is 18 (7.42% from 255 or 41.86% from 43); Blue value is 9 (3.91% from 255 or 20.93% from 43); Max value from RGB is 18 - color contains mainly: green. Hex color #101209 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101209 is #EFEDF6. Grayscale: #101010. Windows color (decimal): -15724023 or 594448. OLE color: 594448.

HSL color Cylindrical-coordinate representation of color #101209: hue angle of 73.33º degrees, saturation: 0.33, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #101209 is Cyan = 0.11, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.93.

Color convert

RGB16189-
CMYK0.1100.50.93
HSL73.33º33.33%5.29%-
HSV(B)73.33º50%7.06%-
XYZ0.480.560.34-
YUV16.38123.84127.73-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 37.21%
GREEN value IS 18 (7.42% from 255) = 41.86%
BLUE value IS 9 (3.91% from 255) = 20.93%
R=37.21%
G=41.86%
B=20.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal161890.1100.50.9373.3333.335.29
Hex10129B0325D49215
Octal20221113062135111415
Binary100001001010011011011001010111011001001100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101209; }

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

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

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

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

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

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

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

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