#188201

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

Shades of Green #188201

Tints of Green #188201

Color information

#188201 (or 0x188201) is unknown color: approx Green. HEX triplet: 18, 82 and 01. RGB value is (24,130,1). Sum of RGB (Red+Green+Blue) = 24+130+1=155 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.48% from 155); Green value is 130 (51.17% from 255 or 83.87% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 130 - color contains mainly: green. Hex color #188201 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #188201 is #E77DFE. Grayscale: #545454. Windows color (decimal): -15171071 or 98840. OLE color: 98840.

HSL color Cylindrical-coordinate representation of color #188201: hue angle of 109.3º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #188201 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB241301-
CMYK0.8200.990.49
HSL109.3º98.47%25.69%-
HSV(B)109.3º99.23%50.98%-
XYZ8.3616.162.71-
YUV83.681.3885.49-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.48%
GREEN value IS 130 (51.17% from 255) = 83.87%
BLUE value IS 1 (0.78% from 255) = 0.65%
R=15.48%
G=83.87%
B=0.65%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2413010.8200.990.49109.398.4725.69
Hex1882152063316d621a
Octal30202112201436115514232
Binary110001000001011010010011000111100011101101110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188201; }

 p { color: rgb(24,130,1); }

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

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

 a { background-color: rgb(24,130,1); }

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

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

 span { border-color: rgb(24,130,1); }

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