Html Css Color HEX #121501 Green Waterloo

📋 copy color: '#121501'

red 18 ◦ green 21 ◦ blue 1

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

Shades of Green Waterloo #121501

Tints of Green Waterloo #121501

RGB

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

 GREEN value IS 21 (8.59% from 255) = 52.5%

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

R = 45%
G = 52.5%
B = 2.5%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.95

 K value IS 0.92

RGB Variations

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

Color information

#121501 (or 0x121501) is known color: Green Waterloo. HEX triplet: 12, 15 and 01. RGB value is (18,21,1). Sum of RGB (Red+Green+Blue) = 18+21+1=40 (5% of max value = 765). Red value is 18 (7.42% from 255 or 45% from 40); Green value is 21 (8.59% from 255 or 52.5% from 40); Blue value is 1 (0.78% from 255 or 2.5% from 40); Max value from RGB is 21 - color contains mainly: green. Hex color #121501 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121501 is #EDEAFE. Grayscale: #111111. Windows color (decimal): -15592191 or 70930. OLE color: 70930.

HSL color Cylindrical-coordinate representation of color #121501: hue angle of 69º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #121501 is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.92.

Color convert

RGB 18 21 1 -
CMYK 0.14 0 0.95 0.92
HSL 69º 0.91% 0.04% -
HSV(B) 69º 0.95% 0.08% -
XYZ 0.52 0.67 0.13 -
YUV 17.82 118.51 128.13 -
System Red Green Blue C M Y K H S L
Decimal 18 21 1 0.14 0 0.95 0.92 69 0.91 0.04
Hex 12 15 1 E 0 5F 5C 45 5B 4
Octal 22 25 1 16 0 137 134 105 133 4
Binary 10010 10101 1 1110 0 1011111 1011100 1000101 1011011 100

Color Harmonies of #121501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121501

Black with #121501

Text Example


Text Example

White with #121501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121501; }

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

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

background-color css

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

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

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

border-color css

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

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

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