#156801

Color #156801 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #156801

Tints of Green #156801

Color information

#156801 (or 0x156801) is unknown color: approx Green. HEX triplet: 15, 68 and 01. RGB value is (21,104,1). Sum of RGB (Red+Green+Blue) = 21+104+1=126 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.67% from 126); Green value is 104 (41.02% from 255 or 82.54% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 104 - color contains mainly: green. Hex color #156801 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #156801 is #EA97FE. Grayscale: #434343. Windows color (decimal): -15374335 or 92181. OLE color: 92181.

HSL color Cylindrical-coordinate representation of color #156801: hue angle of 108.35º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #156801 is Cyan = 0.80, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.59.

Color convert

RGB211041-
CMYK0.8000.990.59
HSL108.35º98.1%20.59%-
HSV(B)108.35º99.04%40.78%-
XYZ5.2710.061.69-
YUV67.4490.594.88-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.67%
GREEN value IS 104 (41.02% from 255) = 82.54%
BLUE value IS 1 (0.78% from 255) = 0.79%
R=16.67%
G=82.54%
B=0.79%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2110410.8000.990.59108.3598.120.59
Hex15681500633B6c6215
Octal25150112001437315414225
Binary10101110100011010000011000111110111101100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156801; }

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

 H1.HeaderClassName
 {
   color: #156801;
 }
 .AnyTagClassName
 {
   color: #156801;
 }
</style>
background-color css

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

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

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

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

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

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