#157500

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

Shades of Green #157500

Tints of Green #157500

Color information

#157500 (or 0x157500) is unknown color: approx Green. HEX triplet: 15, 75 and 00. RGB value is (21,117,0). Sum of RGB (Red+Green+Blue) = 21+117+0=138 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.22% from 138); Green value is 117 (46.09% from 255 or 84.78% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 117 - color contains mainly: green. Hex color #157500 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #157500 is #EA8AFF. Grayscale: #4B4B4B. Windows color (decimal): -15371008 or 29973. OLE color: 29973.

HSL color Cylindrical-coordinate representation of color #157500: hue angle of 109.23º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #157500 is Cyan = 0.82, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB211170-
CMYK0.82010.54
HSL109.23º100%22.94%-
HSV(B)109.23º100%45.88%-
XYZ6.6712.882.13-
YUV74.9685.789.51-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.22%
GREEN value IS 117 (46.09% from 255) = 84.78%
BLUE value IS 0 (0.39% from 255) = 0%
R=15.22%
G=84.78%
B=0%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2111700.82010.54109.2310022.94
Hex1575052064366d6417
Octal25165012201446615514427
Binary10101111010101010010011001001101101101101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157500; }

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

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

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

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

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

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

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

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