Html Css Color HEX #121404 Green Waterloo

📋 copy color: '#121404'

red 18 ◦ green 20 ◦ blue 4

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

Shades of Green Waterloo #121404

Tints of Green Waterloo #121404

RGB

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

 GREEN value IS 20 (8.2% from 255) = 47.62%

 BLUE value IS 4 (1.95% from 255) = 9.52%

R = 42.86%
G = 47.62%
B = 9.52%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.80

 K value IS 0.92

RGB Variations

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

Color information

#121404 (or 0x121404) is known color: Green Waterloo. HEX triplet: 12, 14 and 04. RGB value is (18,20,4). Sum of RGB (Red+Green+Blue) = 18+20+4=42 (5% of max value = 765). Red value is 18 (7.42% from 255 or 42.86% from 42); Green value is 20 (8.20% from 255 or 47.62% from 42); Blue value is 4 (1.95% from 255 or 9.52% from 42); Max value from RGB is 20 - color contains mainly: green. Hex color #121404 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121404 is #EDEBFB. Grayscale: #111111. Windows color (decimal): -15592444 or 267282. OLE color: 267282.

HSL color Cylindrical-coordinate representation of color #121404: hue angle of 67.5º degrees, saturation: 0.67, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #121404 is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.92.

Color convert

RGB 18 20 4 -
CMYK 0.10 0 0.80 0.92
HSL 67.5º 0.67% 0.05% -
HSV(B) 67.5º 0.8% 0.08% -
XYZ 0.52 0.64 0.21 -
YUV 17.58 120.34 128.3 -
System Red Green Blue C M Y K H S L
Decimal 18 20 4 0.10 0 0.80 0.92 67.5 0.67 0.05
Hex 12 14 4 A 0 50 5C 44 43 5
Octal 22 24 4 12 0 120 134 104 103 5
Binary 10010 10100 100 1010 0 1010000 1011100 1000100 1000011 101

Color Harmonies of #121404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121404

Black with #121404

Text Example


Text Example

White with #121404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121404; }

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

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

background-color css

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

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

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

border-color css

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

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

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