#18B35E

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

Shades of Pigment Green #18B35E

Tints of Pigment Green #18B35E

Color information

#18B35E (or 0x18B35E) is unknown color: approx Pigment Green. HEX triplet: 18, B3 and 5E. RGB value is (24,179,94). Sum of RGB (Red+Green+Blue) = 24+179+94=297 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.08% from 297); Green value is 179 (70.31% from 255 or 60.27% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 179 - color contains mainly: green. Hex color #18B35E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18B35E is #E74CA1. Grayscale: #7B7B7B. Windows color (decimal): -15158434 or 6206232. OLE color: 6206232.

HSL color Cylindrical-coordinate representation of color #18B35E: hue angle of 147.1º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B35E is Cyan = 0.87, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB2417994-
CMYK0.8700.470.30
HSL147.1º76.35%39.8%-
HSV(B)147.1º86.59%70.2%-
XYZ18.5233.2416.03-
YUV122.96111.6557.41-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.08%
GREEN value IS 179 (70.31% from 255) = 60.27%
BLUE value IS 94 (37.11% from 255) = 31.65%
R=8.08%
G=60.27%
B=31.65%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal24179940.8700.470.30147.176.3539.8
Hex18B35E5702F1E934c28
Octal302631361270573622311450
Binary110001011001110111101010111010111111110100100111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18B35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,179,94); }

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

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

 a { background-color: rgb(24,179,94); }

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

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

 span { border-color: rgb(24,179,94); }

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