#18A35C

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

Shades of Shamrock Green #18A35C

Tints of Shamrock Green #18A35C

Color information

#18A35C (or 0x18A35C) is unknown color: approx Shamrock Green. HEX triplet: 18, A3 and 5C. RGB value is (24,163,92). Sum of RGB (Red+Green+Blue) = 24+163+92=279 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.60% from 279); Green value is 163 (64.06% from 255 or 58.42% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 163 - color contains mainly: green. Hex color #18A35C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A35C is #E75CA3. Grayscale: #717171. Windows color (decimal): -15162532 or 6071064. OLE color: 6071064.

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

Color convert

RGB2416392-
CMYK0.8500.440.36
HSL149.35º74.33%36.67%-
HSV(B)149.35º85.28%63.92%-
XYZ15.4127.1614.56-
YUV113.34115.9564.27-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.60%
GREEN value IS 163 (64.06% from 255) = 58.42%
BLUE value IS 92 (36.33% from 255) = 32.97%
R=8.60%
G=58.42%
B=32.97%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal24163920.8500.440.36149.3574.3336.67
Hex18A35C5502C24954a25
Octal302431341250544422511245
Binary1100010100011101110010101010101100100100100101011001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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