#157001

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

Shades of Green #157001

Tints of Green #157001

Color information

#157001 (or 0x157001) is unknown color: approx Green. HEX triplet: 15, 70 and 01. RGB value is (21,112,1). Sum of RGB (Red+Green+Blue) = 21+112+1=134 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.67% from 134); Green value is 112 (44.14% from 255 or 83.58% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 112 - color contains mainly: green. Hex color #157001 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #157001 is #EA8FFE. Grayscale: #484848. Windows color (decimal): -15372287 or 94229. OLE color: 94229.

HSL color Cylindrical-coordinate representation of color #157001: hue angle of 109.19º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #157001 is Cyan = 0.81, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB211121-
CMYK0.8100.990.56
HSL109.19º98.23%22.16%-
HSV(B)109.19º99.11%43.92%-
XYZ6.1111.751.97-
YUV72.1487.8591.53-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.67%
GREEN value IS 112 (44.14% from 255) = 83.58%
BLUE value IS 1 (0.78% from 255) = 0.75%
R=15.67%
G=83.58%
B=0.75%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2111210.8100.990.56109.1998.2322.16
Hex1570151063386d6216
Octal25160112101437015514226
Binary10101111000011010001011000111110001101101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157001; }

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

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

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

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

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

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

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

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