#18AB83

Color #18AB83 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #18AB83

Tints of Mountain Meadow #18AB83

Color information

#18AB83 (or 0x18AB83) is unknown color: approx Mountain Meadow. HEX triplet: 18, AB and 83. RGB value is (24,171,131). Sum of RGB (Red+Green+Blue) = 24+171+131=326 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.36% from 326); Green value is 171 (67.19% from 255 or 52.45% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 171 - color contains mainly: green. Hex color #18AB83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18AB83 is #E7547C. Grayscale: #7A7A7A. Windows color (decimal): -15160445 or 8629016. OLE color: 8629016.

HSL color Cylindrical-coordinate representation of color #18AB83: hue angle of 163.67º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AB83 is Cyan = 0.86, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB24171131-
CMYK0.8600.230.33
HSL163.67º75.38%38.24%-
HSV(B)163.67º85.96%67.06%-
XYZ19.0430.9626.45-
YUV122.49132.857.75-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.36%
GREEN value IS 171 (67.19% from 255) = 52.45%
BLUE value IS 131 (51.56% from 255) = 40.18%
R=7.36%
G=52.45%
B=40.18%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal241711310.8600.230.33163.6775.3838.24
Hex18AB835601721a44b26
Octal302532031260274124411346
Binary1100010101011100000111010110010111100001101001001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18AB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,171,131); }

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

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

 a { background-color: rgb(24,171,131); }

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

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

 span { border-color: rgb(24,171,131); }

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