#18985B

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

Shades of Shamrock Green #18985B

Tints of Shamrock Green #18985B

Color information

#18985B (or 0x18985B) is unknown color: approx Shamrock Green. HEX triplet: 18, 98 and 5B. RGB value is (24,152,91). Sum of RGB (Red+Green+Blue) = 24+152+91=267 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.99% from 267); Green value is 152 (59.77% from 255 or 56.93% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 152 - color contains mainly: green. Hex color #18985B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18985B is #E767A4. Grayscale: #6A6A6A. Windows color (decimal): -15165349 or 6002712. OLE color: 6002712.

HSL color Cylindrical-coordinate representation of color #18985B: hue angle of 151.41º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18985B is Cyan = 0.84, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB2415291-
CMYK0.8400.400.40
HSL151.41º72.73%34.51%-
HSV(B)151.41º84.21%59.61%-
XYZ13.4923.4113.7-
YUV106.77119.0968.96-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.99%
GREEN value IS 152 (59.77% from 255) = 56.93%
BLUE value IS 91 (35.94% from 255) = 34.08%
R=8.99%
G=56.93%
B=34.08%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal24152910.8400.400.40151.4172.7334.51
Hex18985B5402828974923
Octal302301331240505022711143
Binary1100010011000101101110101000101000101000100101111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18985B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18985B; }

 p { color: rgb(24,152,91); }

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

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

 a { background-color: rgb(24,152,91); }

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

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

 span { border-color: rgb(24,152,91); }

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