Html Css Color HEX #14160A Green Waterloo

📋 copy color: '#14160A'

red 20 ◦ green 22 ◦ blue 10

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

Shades of Green Waterloo #14160A

Tints of Green Waterloo #14160A

RGB

 RED value IS 20 (8.2% from 255) = 38.46%

 GREEN value IS 22 (8.98% from 255) = 42.31%

 BLUE value IS 10 (4.3% from 255) = 19.23%

R = 38.46%
G = 42.31%
B = 19.23%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.55

 K value IS 0.91

RGB Variations

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

Color information

#14160A (or 0x14160A) is known color: Green Waterloo. HEX triplet: 14, 16 and 0A. RGB value is (20,22,10). Sum of RGB (Red+Green+Blue) = 20+22+10=52 (6% of max value = 765). Red value is 20 (8.20% from 255 or 38.46% from 52); Green value is 22 (8.98% from 255 or 42.31% from 52); Blue value is 10 (4.30% from 255 or 19.23% from 52); Max value from RGB is 22 - color contains mainly: green. Hex color #14160A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14160A is #EBE9F5. Grayscale: #141414. Windows color (decimal): -15460854 or 661012. OLE color: 661012.

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

Color convert

RGB 20 22 10 -
CMYK 0.09 0 0.55 0.91
HSL 70º 0.38% 0.06% -
HSV(B) 70º 0.55% 0.09% -
XYZ 0.63 0.74 0.4 -
YUV 20.03 122.34 127.98 -
System Red Green Blue C M Y K H S L
Decimal 20 22 10 0.09 0 0.55 0.91 70 0.38 0.06
Hex 14 16 A 9 0 37 5B 46 26 6
Octal 24 26 12 11 0 67 133 106 46 6
Binary 10100 10110 1010 1001 0 110111 1011011 1000110 100110 110

Color Harmonies of #14160A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14160A

Black with #14160A

Text Example


Text Example

White with #14160A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14160A; }

 p { color: rgb(20,22,10); }

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

background-color css

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

 a { background-color: rgb(20,22,10); }

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

border-color css

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

 span { border-color: rgb(20,22,10); }

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