Html Css Color HEX #121700 Green Waterloo

📋 copy color: '#121700'

red 18 ◦ green 23 ◦ blue 0

#121700
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Waterloo #121700

Tints of Green Waterloo #121700

RGB

 RED value IS 18 (7.42% from 255) = 43.9%

 GREEN value IS 23 (9.38% from 255) = 56.1%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.9%
G = 56.1%
B = 0%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 1

 K value IS 0.91

RGB Variations

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

Color information

#121700 (or 0x121700) is known color: Green Waterloo. HEX triplet: 12, 17 and 00. RGB value is (18,23,0). Sum of RGB (Red+Green+Blue) = 18+23+0=41 (5% of max value = 765). Red value is 18 (7.42% from 255 or 43.90% from 41); Green value is 23 (9.38% from 255 or 56.10% from 41); Blue value is 0 (0.39% from 255 or 0% from 41); Max value from RGB is 23 - color contains mainly: green. Hex color #121700 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121700 is #EDE8FF. Grayscale: #121212. Windows color (decimal): -15591680 or 5906. OLE color: 5906.

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

Color convert

RGB 18 23 0 -
CMYK 0.22 0 1 0.91
HSL 73.04º 1% 0.05% -
HSV(B) 73.04º 1% 0.09% -
XYZ 0.56 0.74 0.11 -
YUV 18.88 117.34 127.37 -
System Red Green Blue C M Y K H S L
Decimal 18 23 0 0.22 0 1 0.91 73.04 1 0.05
Hex 12 17 0 16 0 64 5B 49 64 5
Octal 22 27 0 26 0 144 133 111 144 5
Binary 10010 10111 0 10110 0 1100100 1011011 1001001 1100100 101

Color Harmonies of #121700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121700

Black with #121700

Text Example


Text Example

White with #121700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121700; }

 p { color: rgb(18,23,0); }

 H1.HeaderClassName
 {
   color: #121700;
 }
 .AnyTagClassName
 {
   color: #121700;
 }
</style>

background-color css

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

 a { background-color: rgb(18,23,0); }

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

border-color css

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

 span { border-color: rgb(18,23,0); }

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