Html Css Color HEX #121701 Green Waterloo

📋 copy color: '#121701'

red 18 ◦ green 23 ◦ blue 1

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

Shades of Green Waterloo #121701

Tints of Green Waterloo #121701

RGB

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

 GREEN value IS 23 (9.38% from 255) = 54.76%

 BLUE value IS 1 (0.78% from 255) = 2.38%

R = 42.86%
G = 54.76%
B = 2.38%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.96

 K value IS 0.91

RGB Variations

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

Color information

#121701 (or 0x121701) is known color: Green Waterloo. HEX triplet: 12, 17 and 01. RGB value is (18,23,1). Sum of RGB (Red+Green+Blue) = 18+23+1=42 (5% of max value = 765). Red value is 18 (7.42% from 255 or 42.86% from 42); Green value is 23 (9.38% from 255 or 54.76% from 42); Blue value is 1 (0.78% from 255 or 2.38% from 42); Max value from RGB is 23 - color contains mainly: green. Hex color #121701 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121701 is #EDE8FE. Grayscale: #131313. Windows color (decimal): -15591679 or 71442. OLE color: 71442.

HSL color Cylindrical-coordinate representation of color #121701: hue angle of 73.64º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #121701 is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.91.

Color convert

RGB 18 23 1 -
CMYK 0.22 0 0.96 0.91
HSL 73.64º 0.92% 0.05% -
HSV(B) 73.64º 0.96% 0.09% -
XYZ 0.56 0.74 0.14 -
YUV 19 117.84 127.29 -
System Red Green Blue C M Y K H S L
Decimal 18 23 1 0.22 0 0.96 0.91 73.64 0.92 0.05
Hex 12 17 1 16 0 60 5B 4A 5C 5
Octal 22 27 1 26 0 140 133 112 134 5
Binary 10010 10111 1 10110 0 1100000 1011011 1001010 1011100 101

Color Harmonies of #121701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121701

Black with #121701

Text Example


Text Example

White with #121701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121701; }

 p { color: rgb(18,23,1); }

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

background-color css

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

 a { background-color: rgb(18,23,1); }

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

border-color css

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

 span { border-color: rgb(18,23,1); }

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