Html Css Color HEX #12140A Green Waterloo

📋 copy color: '#12140A'

red 18 ◦ green 20 ◦ blue 10

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

Shades of Green Waterloo #12140A

Tints of Green Waterloo #12140A

RGB

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

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

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

R = 37.5%
G = 41.67%
B = 20.83%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.92

RGB Variations

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

Color information

#12140A (or 0x12140A) is known color: Green Waterloo. HEX triplet: 12, 14 and 0A. RGB value is (18,20,10). Sum of RGB (Red+Green+Blue) = 18+20+10=48 (6% of max value = 765). Red value is 18 (7.42% from 255 or 37.5% from 48); Green value is 20 (8.20% from 255 or 41.67% from 48); Blue value is 10 (4.30% from 255 or 20.83% from 48); Max value from RGB is 20 - color contains mainly: green. Hex color #12140A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12140A is #EDEBF5. Grayscale: #121212. Windows color (decimal): -15592438 or 660498. OLE color: 660498.

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

Color convert

RGB 18 20 10 -
CMYK 0.10 0 0.50 0.92
HSL 72º 0.33% 0.06% -
HSV(B) 72º 0.5% 0.08% -
XYZ 0.55 0.65 0.38 -
YUV 18.26 123.34 127.81 -
System Red Green Blue C M Y K H S L
Decimal 18 20 10 0.10 0 0.50 0.92 72 0.33 0.06
Hex 12 14 A A 0 32 5C 48 21 6
Octal 22 24 12 12 0 62 134 110 41 6
Binary 10010 10100 1010 1010 0 110010 1011100 1001000 100001 110

Color Harmonies of #12140A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12140A

Black with #12140A

Text Example


Text Example

White with #12140A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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