#18A03B

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

Shades of Pigment Green #18A03B

Tints of Pigment Green #18A03B

Color information

#18A03B (or 0x18A03B) is unknown color: approx Pigment Green. HEX triplet: 18, A0 and 3B. RGB value is (24,160,59). Sum of RGB (Red+Green+Blue) = 24+160+59=243 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.88% from 243); Green value is 160 (62.89% from 255 or 65.84% from 243); Blue value is 59 (23.44% from 255 or 24.28% from 243); Max value from RGB is 160 - color contains mainly: green. Hex color #18A03B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A03B is #E75FC4. Grayscale: #6C6C6C. Windows color (decimal): -15163333 or 3907608. OLE color: 3907608.

HSL color Cylindrical-coordinate representation of color #18A03B: hue angle of 135.44º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A03B is Cyan = 0.85, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.

Color convert

RGB2416059-
CMYK0.8500.630.37
HSL135.44º73.91%36.08%-
HSV(B)135.44º85%62.75%-
XYZ13.7425.658.36-
YUV107.82100.4468.21-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.88%
GREEN value IS 160 (62.89% from 255) = 65.84%
BLUE value IS 59 (23.44% from 255) = 24.28%
R=9.88%
G=65.84%
B=24.28%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal24160590.8500.630.37135.4473.9136.08
Hex18A03B5503F25874a24
Octal30240731250774520711244
Binary110001010000011101110101010111111100101100001111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A03B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,160,59); }

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

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

 a { background-color: rgb(24,160,59); }

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

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

 span { border-color: rgb(24,160,59); }

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