Html Css Color HEX #121409 Green Waterloo

📋 copy color: '#121409'

red 18 ◦ green 20 ◦ blue 9

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

Shades of Green Waterloo #121409

Tints of Green Waterloo #121409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 19.15%

R = 38.3%
G = 42.55%
B = 19.15%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.55

 K value IS 0.92

RGB Variations

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

Color information

#121409 (or 0x121409) is known color: Green Waterloo. HEX triplet: 12, 14 and 09. RGB value is (18,20,9). Sum of RGB (Red+Green+Blue) = 18+20+9=47 (6% of max value = 765). Red value is 18 (7.42% from 255 or 38.30% from 47); Green value is 20 (8.20% from 255 or 42.55% from 47); Blue value is 9 (3.91% from 255 or 19.15% from 47); Max value from RGB is 20 - color contains mainly: green. Hex color #121409 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121409 is #EDEBF6. Grayscale: #121212. Windows color (decimal): -15592439 or 594962. OLE color: 594962.

HSL color Cylindrical-coordinate representation of color #121409: hue angle of 70.91º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #121409 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.92.

Color convert

RGB 18 20 9 -
CMYK 0.10 0 0.55 0.92
HSL 70.91º 0.38% 0.06% -
HSV(B) 70.91º 0.55% 0.08% -
XYZ 0.55 0.65 0.35 -
YUV 18.15 122.84 127.89 -
System Red Green Blue C M Y K H S L
Decimal 18 20 9 0.10 0 0.55 0.92 70.91 0.38 0.06
Hex 12 14 9 A 0 37 5C 47 26 6
Octal 22 24 11 12 0 67 134 107 46 6
Binary 10010 10100 1001 1010 0 110111 1011100 1000111 100110 110

Color Harmonies of #121409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121409

Black with #121409

Text Example


Text Example

White with #121409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121409; }

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

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

background-color css

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

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

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

border-color css

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

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

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