#18B55C

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

Shades of Pigment Green #18B55C

Tints of Pigment Green #18B55C

Color information

#18B55C (or 0x18B55C) is unknown color: approx Pigment Green. HEX triplet: 18, B5 and 5C. RGB value is (24,181,92). Sum of RGB (Red+Green+Blue) = 24+181+92=297 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.08% from 297); Green value is 181 (71.09% from 255 or 60.94% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 181 - color contains mainly: green. Hex color #18B55C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18B55C is #E74AA3. Grayscale: #7C7C7C. Windows color (decimal): -15157924 or 6075672. OLE color: 6075672.

HSL color Cylindrical-coordinate representation of color #18B55C: hue angle of 145.99º 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 #18B55C is Cyan = 0.87, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB2418192-
CMYK0.8700.490.29
HSL145.99º76.59%40.2%-
HSV(B)145.99º86.74%70.98%-
XYZ18.8334.0115.7-
YUV123.91109.9956.74-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.08%
GREEN value IS 181 (71.09% from 255) = 60.94%
BLUE value IS 92 (36.33% from 255) = 30.98%
R=8.08%
G=60.94%
B=30.98%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal24181920.8700.490.29145.9976.5940.2
Hex18B55C570311D924d28
Octal302651341270613522211550
Binary110001011010110111001010111011000111101100100101001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18B55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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