#18B552

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

Shades of Pigment Green #18B552

Tints of Pigment Green #18B552

Color information

#18B552 (or 0x18B552) is unknown color: approx Pigment Green. HEX triplet: 18, B5 and 52. RGB value is (24,181,82). Sum of RGB (Red+Green+Blue) = 24+181+82=287 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.36% from 287); Green value is 181 (71.09% from 255 or 63.07% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 181 - color contains mainly: green. Hex color #18B552 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18B552 is #E74AAD. Grayscale: #7B7B7B. Windows color (decimal): -15157934 or 5420312. OLE color: 5420312.

HSL color Cylindrical-coordinate representation of color #18B552: hue angle of 142.17º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B552 is Cyan = 0.87, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB2418182-
CMYK0.8700.550.29
HSL142.17º76.59%40.2%-
HSV(B)142.17º86.74%70.98%-
XYZ18.4233.8513.55-
YUV122.77104.9957.55-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.36%
GREEN value IS 181 (71.09% from 255) = 63.07%
BLUE value IS 82 (32.42% from 255) = 28.57%
R=8.36%
G=63.07%
B=28.57%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal24181820.8700.550.29142.1776.5940.2
Hex18B552570371D8e4d28
Octal302651221270673521611550
Binary110001011010110100101010111011011111101100011101001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18B552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18B552; }

 p { color: rgb(24,181,82); }

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

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

 a { background-color: rgb(24,181,82); }

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

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

 span { border-color: rgb(24,181,82); }

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