Html Css Color HEX #121614 Dark Green

📋 copy color: '#121614'

red 18 ◦ green 22 ◦ blue 20

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

Shades of Dark Green #121614

Tints of Dark Green #121614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 33.33%

R = 30%
G = 36.67%
B = 33.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.09

 K value IS 0.91

RGB Variations

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

Color information

#121614 (or 0x121614) is known color: Dark Green. HEX triplet: 12, 16 and 14. RGB value is (18,22,20). Sum of RGB (Red+Green+Blue) = 18+22+20=60 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30% from 60); Green value is 22 (8.98% from 255 or 36.67% from 60); Blue value is 20 (8.20% from 255 or 33.33% from 60); Max value from RGB is 22 - color contains mainly: green. Hex color #121614 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121614 is #EDE9EB. Grayscale: #141414. Windows color (decimal): -15591916 or 1316370. OLE color: 1316370.

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

Color convert

RGB 18 22 20 -
CMYK 0.18 0 0.09 0.91
HSL 150º 0.1% 0.08% -
HSV(B) 150º 0.18% 0.09% -
XYZ 0.66 0.75 0.77 -
YUV 20.58 127.67 126.16 -
System Red Green Blue C M Y K H S L
Decimal 18 22 20 0.18 0 0.09 0.91 150 0.1 0.08
Hex 12 16 14 12 0 9 5B 96 A 8
Octal 22 26 24 22 0 11 133 226 12 10
Binary 10010 10110 10100 10010 0 1001 1011011 10010110 1010 1000

Color Harmonies of #121614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121614

Black with #121614

Text Example


Text Example

White with #121614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121614; }

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

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

background-color css

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

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

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

border-color css

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

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

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