Html Css Color HEX #101500 Green Waterloo

📋 copy color: '#101500'

red 16 ◦ green 21 ◦ blue 0

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

Shades of Green Waterloo #101500

Tints of Green Waterloo #101500

RGB

 RED value IS 16 (6.64% from 255) = 43.24%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.24%
G = 56.76%
B = 0%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 1

 K value IS 0.92

RGB Variations

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

Color information

#101500 (or 0x101500) is known color: Green Waterloo. HEX triplet: 10, 15 and 00. RGB value is (16,21,0). Sum of RGB (Red+Green+Blue) = 16+21+0=37 (4% of max value = 765). Red value is 16 (6.64% from 255 or 43.24% from 37); Green value is 21 (8.59% from 255 or 56.76% from 37); Blue value is 0 (0.39% from 255 or 0% from 37); Max value from RGB is 21 - color contains mainly: green. Hex color #101500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101500 is #EFEAFF. Grayscale: #111111. Windows color (decimal): -15723264 or 5392. OLE color: 5392.

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

Color convert

RGB 16 21 0 -
CMYK 0.24 0 1 0.92
HSL 74.29º 1% 0.04% -
HSV(B) 74.29º 1% 0.08% -
XYZ 0.48 0.65 0.1 -
YUV 17.11 118.34 127.21 -
System Red Green Blue C M Y K H S L
Decimal 16 21 0 0.24 0 1 0.92 74.29 1 0.04
Hex 10 15 0 18 0 64 5C 4A 64 4
Octal 20 25 0 30 0 144 134 112 144 4
Binary 10000 10101 0 11000 0 1100100 1011100 1001010 1100100 100

Color Harmonies of #101500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101500

Black with #101500

Text Example


Text Example

White with #101500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101500; }

 p { color: rgb(16,21,0); }

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

background-color css

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

 a { background-color: rgb(16,21,0); }

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

border-color css

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

 span { border-color: rgb(16,21,0); }

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